約1,090件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 2024/3/28 -The SimpleXML extension of PHP provides a very simple and easy to use toolset to convert XML to an object that can be processed with normal property ...

    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.

    5日前 -: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Document labelled UTF-16 but has UTF-8 content in system/modules/ ...

    2024/5/14 -PHP Issue: simplexml_load_string parser error : Input is not proper UTF-8, indicate encoding ! ... UTF-8, indicate encoding ... Created on 02 August ...

    2024/6/6 -SimpleXML: Fix getting the address of an uninitialized ... mb_detect_encoding is better able to identify UTF-8 and UTF-16 strings with a byte-order mark.

    2024/3/26 -Dive into PHP file handling and learn essential techniques and best practices with this comprehensive guide. Follow along as we break down complex concepts ...

    2024/6/16 -I am trying to write a PHP script to pull all of the categories for SDP that are not deleted. I need PHP to create another XML feed that looks something.

    2024/4/14 -$dom = new DOMDocument(); $dom->version = '1.0'; $dom->encoding = 'utf-8'; // Now you can create elements and build your family tree! Use code with caution ...

    2024/6/16 -The xml_parser_create() function creates an XML parser. Tip: To free the xml parser, use the xml_parser_free() function. Tip: To create an XML parser with ...

    2024/5/17 -; PHP's default character set is set to UTF-8. ; https://php.net/default ... SimpleXML soap sockets sodium. SPL sqlite3 standard sysvmsg sysvsem sysvshm tidy

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

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

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