Function __global->json_decode
Definitions
sources_custom/phpstub.php
- Decodes a JSON string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$json | string | required parameter | N/A | N/A | The JSON string being decoded |
$assoc | boolean | False | N/A | N/A | Whether returned objects will be converted into associative arrays |
$depth | integer | 512 | N/A | N/A | User specified recursion depth |
Return
- Decoded data (false: error)
- Type: ~mixed
- Set: N/A
- Range: N/A