Extension [ extension #84 fastjson version 0.4.0 ] { - Dependencies { Dependency [ json (Optional) ] } - Constants [9] { Constant [ int FASTJSON_ERROR_NONE ] { 0 } Constant [ int FASTJSON_ERROR_DEPTH ] { 1 } Constant [ int FASTJSON_ERROR_SYNTAX ] { 4 } Constant [ int FASTJSON_ERROR_UTF8 ] { 5 } Constant [ int FASTJSON_ERROR_RECURSION ] { 6 } Constant [ int FASTJSON_ERROR_INF_OR_NAN ] { 7 } Constant [ int FASTJSON_ERROR_UNSUPPORTED_TYPE ] { 8 } Constant [ int FASTJSON_ERROR_NON_BACKED_ENUM ] { 11 } Constant [ int FASTJSON_DECODE_RELAXED ] { 8388608 } } - Functions { Function [ function fastjson_version ] { - Parameters [0] { } - Return [ string ] } Function [ function fastjson_encode ] { - Parameters [3] { Parameter #0 [ mixed $value ] Parameter #1 [ int $flags = 0 ] Parameter #2 [ int $depth = 512 ] } - Return [ string|false ] } Function [ function fastjson_file_encode ] { - Parameters [4] { Parameter #0 [ string $filename ] Parameter #1 [ mixed $value ] Parameter #2 [ int $flags = 0 ] Parameter #3 [ int $depth = 512 ] } - Return [ bool ] } Function [ function fastjson_decode ] { - Parameters [4] { Parameter #0 [ string $json ] Parameter #1 [ ?bool $associative = null ] Parameter #2 [ int $depth = 512 ] Parameter #3 [ int $flags = 0 ] } - Return [ mixed ] } Function [ function fastjson_file_decode ] { - Parameters [4] { Parameter #0 [ string $filename ] Parameter #1 [ ?bool $associative = null ] Parameter #2 [ int $depth = 512 ] Parameter #3 [ int $flags = 0 ] } - Return [ mixed ] } Function [ function fastjson_pointer_get ] { - Parameters [5] { Parameter #0 [ string $json ] Parameter #1 [ string $pointer ] Parameter #2 [ ?bool $associative = null ] Parameter #3 [ int $depth = 512 ] Parameter #4 [ int $flags = 0 ] } - Return [ mixed ] } Function [ function fastjson_merge_patch ] { - Parameters [5] { Parameter #0 [ string $target ] Parameter #1 [ string $patch ] Parameter #2 [ ?bool $associative = null ] Parameter #3 [ int $depth = 512 ] Parameter #4 [ int $flags = 0 ] } - Return [ mixed ] } Function [ function fastjson_validate ] { - Parameters [3] { Parameter #0 [ string $json ] Parameter #1 [ int $depth = 512 ] Parameter #2 [ int $flags = 0 ] } - Return [ bool ] } Function [ function fastjson_last_error ] { - Parameters [0] { } - Return [ int ] } Function [ function fastjson_last_error_msg ] { - Parameters [0] { } - Return [ string ] } } }