PHP Json functions

B

base64_decode()

The PHP base64_decode() function decodes Base64-encoded data.

base64_encode()

The PHP base64_encode() function encodes binary data into Base64 representation.

J

json_decode()

The PHP json_decode() function decodes a JSON string into a PHP variable.

json_encode()

The PHP json_encode() function converts a value into a JSON string.

R

rawurldecode()

The PHP rawurldecode() function decodes a URL-encoded string encoded with rawurlencode().

rawurlencode()

The PHP rawurlencode() function encodes a string according to RFC 3986.

S

serialize()

The PHP serialize() function generates a storable representation of a value.

U

unserialize()

The PHP unserialize() function converts a serialized string back into a PHP value.

urldecode()

The PHP urldecode() function decodes URL-encoded strings.

urlencode()

The PHP urlencode() function encodes a string for use in a URL query.