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.

[More at php.net]

Parameters





loading


Share/bookmark - json_decode


Global comments