約598件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1か月以内
  • 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/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/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.

    5日前 -: simplexml_load_string(): Entity: line 1: parser error : Document labelled UTF-16 but has UTF-8 content in /www/htdocs/w00f8cb7/contao/system/modules ...

    2024/5/29 -I would like to import an xml with nested structure into a pandas dataframe. I include a sample xml <?xml version='1.0' encoding='utf-8'?> <AuditFile xmlns="urn ...

    2024/6/11 -When importing CSV files, your CSV should have UTF-8 encoding if you are having trouble importing special characters. In step 2 of a CSV import, you can ...

    2024/6/14 -Trying to export 4K lines on invoice using api v8 with xml payload. getting:Error code="10000" element=element="SystemFailure" An application error has occurred ...

    2024/5/29 -I have a file writed in french language and I want to load it with DomDocument to parse it $this->doc = new \DomDocument('1.0', 'UTF-8'); $url = $this-> ...

    2024/6/17 -Dependency Manager for PHP. Contribute to composer/composer development by creating an account on GitHub.

    2024/5/30 -Example#4861 - Building a UTF-8 string from individual bytes · Example#4862 ... Example#5603 - Add attributes and children to a SimpleXML element · Example#5604 ...

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

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

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