blob: 7946c0f271fa1b1188705449fd46b99eaff2b8ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
Extension [ <persistent> extension #83 fastjson version 0.2.1 ] {
- Constants [7] {
Constant [ <persistent> int FASTJSON_ERROR_NONE ] { 0 }
Constant [ <persistent> int FASTJSON_ERROR_DEPTH ] { 1 }
Constant [ <persistent> int FASTJSON_ERROR_SYNTAX ] { 4 }
Constant [ <persistent> int FASTJSON_ERROR_UTF8 ] { 5 }
Constant [ <persistent> int FASTJSON_ERROR_RECURSION ] { 6 }
Constant [ <persistent> int FASTJSON_ERROR_INF_OR_NAN ] { 7 }
Constant [ <persistent> int FASTJSON_ERROR_UNSUPPORTED_TYPE ] { 8 }
}
- Functions {
Function [ <internal:fastjson> function fastjson_version ] {
- Parameters [0] {
}
- Return [ string ]
}
Function [ <internal:fastjson> function fastjson_encode ] {
- Parameters [3] {
Parameter #0 [ <required> mixed $value ]
Parameter #1 [ <optional> int $flags = 0 ]
Parameter #2 [ <optional> int $depth = 512 ]
}
- Return [ string|false ]
}
Function [ <internal:fastjson> function fastjson_decode ] {
- Parameters [4] {
Parameter #0 [ <required> string $json ]
Parameter #1 [ <optional> ?bool $associative = null ]
Parameter #2 [ <optional> int $depth = 512 ]
Parameter #3 [ <optional> int $flags = 0 ]
}
- Return [ mixed ]
}
Function [ <internal:fastjson> function fastjson_validate ] {
- Parameters [3] {
Parameter #0 [ <required> string $json ]
Parameter #1 [ <optional> int $depth = 512 ]
Parameter #2 [ <optional> int $flags = 0 ]
}
- Return [ bool ]
}
Function [ <internal:fastjson> function fastjson_last_error ] {
- Parameters [0] {
}
- Return [ int ]
}
Function [ <internal:fastjson> function fastjson_last_error_msg ] {
- Parameters [0] {
}
- Return [ string ]
}
}
}
|