 |
PHP: serialize - Manual - PHP: Hypertext Preprocessor
Generates a storable representation of a value. This is useful for storing or passing PHP values around without losing their type and structure. ... Parameters value The value to be serialized. serialize() handles all types, except the resource-type. You
php.net |
 |