[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ d ] [ e ] [ i ] [ j ] [ s ] [ _ ]

d

decode
in file JSON.php, method Services_JSON::decode()
    decodes a JSON string into appropriate variable
top

e

encode
in file JSON.php, method Services_JSON::encode()
    encodes an arbitrary variable into JSON format (and sends JSON Header)
encodeUnsafe
in file JSON.php, method Services_JSON::encodeUnsafe()
    encodes an arbitrary variable into JSON format without JSON Header - warning - may allow XSS!!!!)
top

i

isError
in file JSON.php, method Services_JSON::isError()
top

j

JSON.php
procedural page JSON.php
top

s

Services_JSON
in file JSON.php, method Services_JSON::Services_JSON()
    constructs a new JSON instance
Services_JSON
in file JSON.php, class Services_JSON
    Converts to and from JSON format.
Services_JSON_Error
in file JSON.php, method Services_JSON_Error::Services_JSON_Error()
Services_JSON_Error
in file JSON.php, class Services_JSON_Error
SERVICES_JSON_IN_ARR
in file JSON.php, constant SERVICES_JSON_IN_ARR
    Marker constant for Services_JSON::decode(), used to flag stack state
SERVICES_JSON_IN_CMT
in file JSON.php, constant SERVICES_JSON_IN_CMT
    Marker constant for Services_JSON::decode(), used to flag stack state
SERVICES_JSON_IN_OBJ
in file JSON.php, constant SERVICES_JSON_IN_OBJ
    Marker constant for Services_JSON::decode(), used to flag stack state
SERVICES_JSON_IN_STR
in file JSON.php, constant SERVICES_JSON_IN_STR
    Marker constant for Services_JSON::decode(), used to flag stack state
SERVICES_JSON_LOOSE_TYPE
in file JSON.php, constant SERVICES_JSON_LOOSE_TYPE
    Behavior switch for Services_JSON::decode()
SERVICES_JSON_SLICE
in file JSON.php, constant SERVICES_JSON_SLICE
    Marker constant for Services_JSON::decode(), used to flag stack state
SERVICES_JSON_SUPPRESS_ERRORS
in file JSON.php, constant SERVICES_JSON_SUPPRESS_ERRORS
    Behavior switch for Services_JSON::decode()
SERVICES_JSON_USE_TO_JSON
in file JSON.php, constant SERVICES_JSON_USE_TO_JSON
    Behavior switch for Services_JSON::decode()
strlen8
in file JSON.php, method Services_JSON::strlen8()
    Calculates length of string in bytes
substr8
in file JSON.php, method Services_JSON::substr8()
    Returns part of a string, interpreting $start and $length as number of bytes.
top

_

_encode
in file JSON.php, method Services_JSON::_encode()
    PRIVATE CODE that does the work of encodes an arbitrary variable into JSON format
top

Documentation generated on Mon, 11 Mar 2019 15:42:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.