php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_json_encoder.h>
Data Fields | |
int | depth |
int | max_depth |
php_json_error_code | error_code |
Definition at line 25 of file php_json_encoder.h.
int _php_json_encoder::depth |
Definition at line 26 of file php_json_encoder.h.
php_json_error_code _php_json_encoder::error_code |
Definition at line 28 of file php_json_encoder.h.
int _php_json_encoder::max_depth |
Definition at line 27 of file php_json_encoder.h.