Function __global->json_last_error_msg
Definitions
sources_custom/phpstub.php
- Returns the last JSON error occurred.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Last error message
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Returns the last JSON error occurred.
*
* @return string Last error message
*/
function json_last_error_msg() : string
* Returns the last JSON error occurred.
*
* @return string Last error message
*/
function json_last_error_msg() : string

