約755件1ページ目

2017/3/29 -You must recompile your php source code and enable all of the related XML plugin. Like this: ./configure --prefix=/usr/local/php --enable-xml --enable-simplexm ...

2019/3/12 -i'm trying to convert xml to json with CURL request and special characters are not decoding properly. Below is my code function APIRequest($zip) ...

2008/3/1 -PHPのSimpleXMLはShift_JISに対応していないので、simplexml_load_string()やsimplexml_load_file()の前にSimpleXML内の文字コードであるUTF-8に変換 ...

Converts string from from_encoding, or the current internal encoding, to to_encoding. If string is an array, all its string values will be converted ...

Added Shift_JIS/UTF-8 Emoji (pictograms) support. Added JIS X0213:2004 ... Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML). (Felipe); Fixed ...

2008/10/1 -レンタルサーバにあるXMLデータはUTF-8以外の文字コードセットになっていませんか? たとえば、FTPでアップロードする際にコード変換が起きている、等 ...

php5.3までのSQLite(sqlite.so)は他にspl.soとsimplexml.soが必要です。 extension=simplexml.so extension=spl.so extension=sqlite.so のように依存するモジュールを ...

2006/9/27 -... Shift-JIS", $xml); if(strpos("ラッドミュージシャン",$item->Title) ... ※simplexmlを使うにはPHP5の環境が必要です。 Related Articles ...

ということで、よく考えたら PHP5 にしたのは PHP5でないと使えない SimpleXML ... PHP5の場合(SimpleXML). $s = preg_replace('/encoding="Shift_JIS"/','',`nkf ...