「 simplexml_load_file 」 一覧
-
-
simplexml_load_fileで取得したxmlデータをPEAR::Cache_Liteで保存するとエラーになる対策
2015/02/15 -PEARのメモ
PEAR::Cache_Lite, simplexml_load_file, xmlWeb APIからsimplexml_load_fileで取得したxmlデータをPEAR::Cache_Liteで保存するとエラーになる件 データ取得をfile_get_contentsで行い、そのま …
-
-
2015/02/14 -PHP
get_object_vars, simplexml_load_file, xmlsimplexml_load_file($url); – XMLファイルをパースし、オブジェクトに代入する get_object_vars – 指定したオブジェクトのプロパティ …