General
meist genutzt
json_decode
Beschreibung
Json_decode() wandelt einen JSON codierten String in eine PHP-Variable.
Deklaration von json_decode
mixed json_decode ( string $json [, bool $assoc ] [, int $depth ] [, int $options ] )
Json_decode() wandelt einen JSON codierten String in eine PHP-Variable.
mixed json_decode ( string $json [, bool $assoc ] [, int $depth ] [, int $options ] )