PHP-Klasse::Serializer 16.06.2007

Kurzbeschreibung: Serialize data types in XML, JSON and PHP formats
Veröffentlicht am: 16.06.2007
Gruppe(n):
- Data types
- Text processing
Beschreibung:
This class can be used to serialize variables of all PHP data types to several formats.
It takes a value of any PHP data type and generates a string that represents the value serialized in one of the supported formats.
Currently it supports serialization formats of PHP, Javascript (JSON) and XML.
Array and objects are traversed recursively when they have members that are also arrays or objects.
Link: Serializer