[Services_JSON] element index

Package indexes

All elements
d e g i m n r s u
d
top
Method decode
Services_JSON::decode() in Services_JSON.phpclass
decodes a JSON string into appropriate variable
e
top
Method encode
Services_JSON::encode() in Services_JSON.phpclass
encodes an arbitrary variable into JSON format
g
top
Method getInstance
Services_JSON::getInstance() in Services_JSON.phpclass
i
top
Method isError
Services_JSON::isError() in Services_JSON.phpclass
m
top
Variable $myInstance
Services_JSON::$myInstance in Services_JSON.phpclass
* class vars ------------------------------------------------------
n
top
Method name_value
Services_JSON::name_value() in Services_JSON.phpclass
array-walking function for use in generating JSON-formatted name-value pairs
r
top
Method reduce_string
Services_JSON::reduce_string() in Services_JSON.phpclass
reduce a string by removing leading and trailing comments and whitespace
s
top
Page Services_JSON.phpclass
Services_JSON.phpclass in Services_JSON.phpclass
Method Services_JSON
Services_JSON::Services_JSON() in Services_JSON.phpclass
constructs a new JSON instance
Class Services_JSON
Services_JSON in Services_JSON.phpclass
Converts to and from JSON format.
Method Services_JSON_Error
Class Services_JSON_Error
Services_JSON_Error in Services_JSON.phpclass
Constant SERVICES_JSON_IN_ARR
SERVICES_JSON_IN_ARR in Services_JSON.phpclass
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_IN_CMT
SERVICES_JSON_IN_CMT in Services_JSON.phpclass
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_IN_OBJ
SERVICES_JSON_IN_OBJ in Services_JSON.phpclass
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_IN_STR
SERVICES_JSON_IN_STR in Services_JSON.phpclass
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_LOOSE_TYPE
SERVICES_JSON_LOOSE_TYPE in Services_JSON.phpclass
Behavior switch for Services_JSON::decode()
Constant SERVICES_JSON_SLICE
SERVICES_JSON_SLICE in Services_JSON.phpclass
Marker constant for Services_JSON::decode(), used to flag stack state
Constant SERVICES_JSON_SUPPRESS_ERRORS
SERVICES_JSON_SUPPRESS_ERRORS in Services_JSON.phpclass
Behavior switch for Services_JSON::decode()
Method setUse
Services_JSON::setUse() in Services_JSON.phpclass
sets use
u
top
Variable $use
Services_JSON::$use in Services_JSON.phpclass
* attributes --------------------------------------------------
Method utf82utf16
Services_JSON::utf82utf16() in Services_JSON.phpclass
convert a string from one UTF-8 char to one UTF-16 char
Method utf162utf8
Services_JSON::utf162utf8() in Services_JSON.phpclass
convert a string from one UTF-16 char to one UTF-8 char
d e g i m n r s u