mixed decode(string $data, string $format, array $context = array())
Decodes data.
mixed decode(string $data, string $format, array $context = array())
Decodes data.
string | $data | Data to decode |
string | $format | Format name |
array | $context | options that decoders have access to. The format parameter specifies which format the data is in; valid values depend on the specific implementation. Authors implementing this interface are encouraged to document which formats they support in a non-inherited phpdoc comment. |
mixed |
UnexpectedValueException |
http://php.net/json_decode | json_decode |
Designed by : w10schools
service@w10schools.com
Please login to continue.