blob: 2c6269c6d7569a312fd09b47b69165a27fc49e11 (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
Extension [ <persistent> extension #100 jsond version 1.4.0 ] {
- Constants [24] {
Constant [ integer JSOND_OBJECT_AS_ARRAY ] { 1 }
Constant [ integer JSOND_BIGINT_AS_STRING ] { 2 }
Constant [ integer JSOND_HEX_TAG ] { 1 }
Constant [ integer JSOND_HEX_AMP ] { 2 }
Constant [ integer JSOND_HEX_APOS ] { 4 }
Constant [ integer JSOND_HEX_QUOT ] { 8 }
Constant [ integer JSOND_FORCE_OBJECT ] { 16 }
Constant [ integer JSOND_NUMERIC_CHECK ] { 32 }
Constant [ integer JSOND_UNESCAPED_SLASHES ] { 64 }
Constant [ integer JSOND_PRETTY_PRINT ] { 128 }
Constant [ integer JSOND_UNESCAPED_UNICODE ] { 256 }
Constant [ integer JSOND_PARTIAL_OUTPUT_ON_ERROR ] { 512 }
Constant [ integer JSOND_PRESERVE_ZERO_FRACTION ] { 1024 }
Constant [ integer JSOND_ERROR_NONE ] { 0 }
Constant [ integer JSOND_ERROR_DEPTH ] { 1 }
Constant [ integer JSOND_ERROR_STATE_MISMATCH ] { 2 }
Constant [ integer JSOND_ERROR_CTRL_CHAR ] { 3 }
Constant [ integer JSOND_ERROR_SYNTAX ] { 4 }
Constant [ integer JSOND_ERROR_UTF8 ] { 5 }
Constant [ integer JSOND_ERROR_RECURSION ] { 6 }
Constant [ integer JSOND_ERROR_INF_OR_NAN ] { 7 }
Constant [ integer JSOND_ERROR_UNSUPPORTED_TYPE ] { 8 }
Constant [ integer JSOND_ERROR_INVALID_PROPERTY_NAME ] { 9 }
Constant [ integer JSOND_ERROR_UTF16 ] { 10 }
}
- Functions {
Function [ <internal:jsond> function jsond_encode ] {
- Parameters [3] {
Parameter #0 [ <required> $value ]
Parameter #1 [ <optional> $options ]
Parameter #2 [ <optional> $depth ]
}
}
Function [ <internal:jsond> function jsond_decode ] {
- Parameters [4] {
Parameter #0 [ <required> $json ]
Parameter #1 [ <optional> $assoc ]
Parameter #2 [ <optional> $depth ]
Parameter #3 [ <optional> $options ]
}
}
Function [ <internal:jsond> function jsond_last_error ] {
- Parameters [0] {
}
}
Function [ <internal:jsond> function jsond_last_error_msg ] {
- Parameters [0] {
}
}
}
- Classes [1] {
Interface [ <internal:jsond> interface JsondSerializable ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [0] {
}
- Methods [1] {
Method [ <internal:jsond> abstract public method jsonSerialize ] {
- Parameters [0] {
}
}
}
}
}
}
|