Skip to content

Topic

PHP Serialization

PHP's native text format for storing values, which records the byte length of each string beside it so that reading a value back depends on the recorded length still being accurate.

Current clusters