General
最も使用
json_decode
説明
JSON エンコードされた文字列を受け取り、それを PHP の変数に変換します。
宣言の json_decode
mixed json_decode ( string $json [, bool $assoc ] [, int $depth ] [, int $options ] )
JSON エンコードされた文字列を受け取り、それを PHP の変数に変換します。
mixed json_decode ( string $json [, bool $assoc ] [, int $depth ] [, int $options ] )