json_decode
Definition
mixed json_decode ( string $json [, bool $assoc = false [, int $depth = 512 [, int $options = 0 ]]] )
Description
Takes a JSON encoded string and converts it into a PHP variable.
mixed json_decode ( string $json [, bool $assoc = false [, int $depth = 512 [, int $options = 0 ]]] )
Takes a JSON encoded string and converts it into a PHP variable.