約2,540件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2023/9/9 -Description The following code: XML; $sxe = simplexml_load_string ... Description. The following code: <?php $xml = <<<XML <?xml version="1.0" encoding="utf-8"?> ...

    2024/2/8 -Parsing an invalid XML string through SimpleXML causes the script to ... <?xml version="1.0" encoding="UTF-8" ?> <Root></Root> XML; $example = new ...

    2023/8/7 -In this example, we've loaded an XML string into a SimpleXML object called $book. ... encoding="UTF-8"?><rss></rss>');. $rss->addAttribute('version', '2.0 ...

    2023/9/26 -simplexml_load_string command does not clear html command lines from xml file. It ... encoding="UTF-8" ' . 'standalone="yes"?>'); $xmlexport = new ...

    2023/11/7 -XML is stored on my server. <?xml version="1.0" encoding="utf-8"?> <soapenv ... OK, well the assumption of Rob Eyre is correct: simplexml_load_file($xmlFilePath); ...

    2024/2/4 -After some tests, I could reproduce this strange issue. It occurs on PHP versions starting from 8.1 when parsing directly from HTTP.

    A.limithabitleftさん エラーが出ているのはどの行でしょうか? >echo($xml->.Firstname); $xml->.Firstnameではなく、$x...

    A.結果を見ると、全角のみが化けていますので、文字コードの変換ミスというのはわかります。 ですが、ソースがないのでどの部分かだとかを断定出来ませんので、考えうる原因を挙げてみます。 PHPソースの...

    A.RSSのソース見るとわかりますけど元データ自体が、マルチバイトを考慮せずシングルバイトで文字をカットしているのでデータが壊れてちゃってますね。 simplexml_load_stringだと、壊れ

    2023/7/27 -A {@link Converter} which uses SimpleXML for reading and writing entities. *. * @author Fabien Ric (fabien.ric@gmail.com).

    2024/4/11 -How to parse XML using CSS selectors, XPath and language native tools in Python, Php, javascript and other languages. Complete XML parsing guide.

    2024/2/8 -SimpleXML is an excellent tool for easy access to an XML document tree using native PHP data types. It starts to flounder with massive (> 50M or so) XML ...

    2024/1/24 -Functions like 'simplexml_load_file' and 'dom_document' offer streamlined ways to access and manipulate data, without needing to juggle external libraries.