[メモ]stdClass Objectの出力(取り出し)[PHP]
ちょいとつまづいたので、メモ書き
XreaでSERVICE_JSONを利用するときinclude_path必須
require_once("Services/JSON.php");
$json = new Services_JSON();
$uri = "JsonのURL";
$file = file_get_contents($uri);
$file_decode = $json->decode($file);
$str = $file_decode[0]->url;
echo $str;
著者/訳者:山田 祥寛
出版社:翔泳社( 2005-09-09 )
定価:¥ 2,940
Amazon価格:¥ 2,940
大型本 ( 352 ページ )
ISBN-10 : 4798109592
ISBN-13 : 9784798109596


