[Services_JSON] element index

Package indexes

All elements
d e i j n r s u
d
top
Method decode
decodes a JSON string into appropriate variable
e
top
Method encode
encodes an arbitrary variable into JSON format
i
top
Method isError
j
top
Page JSON.php
JSON.php in JSON.php
n
top
Method name_value
array-walking function for use in generating JSON-formatted name-value pairs
r
top
Method reduce_string
reduce a string by removing leading and trailing comments and whitespace
s
top
Class Services_JSON
Services_JSON in JSON.php
Converts to and from JSON format.
Method Services_JSON
constructs a new JSON instance
Method Services_JSON_Error
Class Services_JSON_Error
Constant SERVICES_JSON_IN_ARR
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_IN_CMT
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_IN_OBJ
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_IN_STR
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_LOOSE_TYPE
Behavior switch for Services_JSON::decode()
Constant SERVICES_JSON_SLICE
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_SUPPRESS_ERRORS
Behavior switch for Services_JSON::decode()
u
top
Method utf82utf16
convert a string from one UTF-8 char to one UTF-16 char Normally should be handled by mb_convert_encoding, but provides a slower PHP-only method for installations that lack the multibye string extension.
Method utf162utf8
convert a string from one UTF-16 char to one UTF-8 char Normally should be handled by mb_convert_encoding, but provides a slower PHP-only method for installations that lack the multibye string extension.
d e i j n r s u