Services_JSON::decode
decodes a JSON string into appropriate variable
Services_JSON::reduce_string
reduce a string by removing leading and trailing comments and whitespace
Services_JSON::name_value
array-walking function for use in generating JSON-formatted name-value pairs
Advertisement
Services_JSON::_encode
PRIVATE CODE that does the work of encodes an arbitrary variable into JSON format
Services_JSON::encodeUnsafe
encodes an arbitrary variable into JSON format without JSON Header – warning – may allow XSS!!!!)
Services_JSON::encode
encodes an arbitrary variable into JSON format (and sends JSON Header)
Services_JSON::utf82utf16
convert a string from one UTF-8 char to one UTF-16 char
Advertisement
Services_JSON::utf162utf8
convert a string from one UTF-16 char to one UTF-8 char
Services_JSON::Services_JSON
PHP4 constructor.
Services_JSON::__construct
constructs a new JSON instance
WP_Http::is_ip_address
Determines if a specified string represents an IP address or not.
Advertisement
WP_Http::handle_redirects
Handles an HTTP redirect and follows it if appropriate.
WP_Http::make_absolute_url
Converts a relative URL to an absolute URL relative to a given URL.
WP_Http::parse_url
Used as a wrapper for PHP’s parse_url() function that handles edgecases in < PHP 5.4.7.