Go to the source code of this file.
|
PHP_JSON_API | ZEND_DECLARE_MODULE_GLOBALS (json) |
|
PHP_JSON_API zend_string * | php_json_encode_string (const char *s, size_t len, int options) |
|
PHP_JSON_API zend_result | php_json_encode_ex (smart_str *buf, zval *val, int options, zend_long depth) |
|
PHP_JSON_API zend_result | php_json_encode (smart_str *buf, zval *val, int options) |
|
PHP_JSON_API zend_result | php_json_decode_ex (zval *return_value, const char *str, size_t str_len, zend_long options, zend_long depth) |
|
PHP_JSON_API bool | php_json_validate_ex (const char *str, size_t str_len, zend_long options, zend_long depth) |
|
| PHP_FUNCTION (json_encode) |
|
| PHP_FUNCTION (json_decode) |
|
| PHP_FUNCTION (json_validate) |
|
| PHP_FUNCTION (json_last_error) |
|
| PHP_FUNCTION (json_last_error_msg) |
|
◆ PHP_FUNCTION() [1/5]
◆ PHP_FUNCTION() [2/5]
◆ PHP_FUNCTION() [3/5]
◆ PHP_FUNCTION() [4/5]
◆ PHP_FUNCTION() [5/5]
◆ php_json_decode_ex()
◆ php_json_encode()
◆ php_json_encode_ex()
◆ php_json_encode_string()
◆ php_json_validate_ex()
◆ ZEND_DECLARE_MODULE_GLOBALS()
◆ json_module_entry
Initial value:= {
"json",
ext_functions,
}
#define PHP_MODULE_GLOBALS
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES_EX
Definition at line 77 of file json.c.
◆ php_json_exception_ce
◆ php_json_serializable_ce