OnlinePHP.io - General
Other functions
- hex2bin - Decodes a hexadecimally encoded binary string
- json_decode - Decodes a JSON string
- json_encode - Returns the JSON representation of a value
- pack - Pack data into binary string
- serialize - Generates a storable representation of a value
- token_name - Get the symbolic name of a given PHP token
- uniqid - Generate a unique ID
- unpack - Unpack data from binary string
- unserialize - Creates a PHP value from a stored representation
- zlib_decode - Uncompress any raw/gzip/zlib encoded data
- zlib_encode - Compress data with the specified encoding