Paketname | php-xml-serializer |
Beschreibung | swiss-army knife for reading and writing XML files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.20.0-2.1 |
Sektion | php |
Priorität | optional |
Installierte Größe | 468 Byte |
Hängt ab von | php-pear, php-xml-util, php-xml-parser (>= 1.2.6) |
Empfohlene Pakete | |
Paketbetreuer | Federico Gimenez Nieto |
Quelle | |
Paketgröße | 49272 Byte |
Prüfsumme MD5 | c47b66cbf0e54244956118f935920b2e |
Prüfsumme SHA1 | 3f225f3e9fa38ba7123bb9e9f7d5f93db3a54f16 |
Prüfsumme SHA256 | 4d95178ecb5b51a79cb5c7114afffa819a0123c99f0958b64e2d20b6565dda50 |
Link zum Herunterladen | php-xml-serializer_0.20.0-2.1_all.deb |
Ausführliche Beschreibung | XML_Serializer creates XML files from data structures and vice versa.
It serializes complex data structures like arrays or objects as XML
documents. You can create any XML document without the need for DOM
access.
This package includes an unserializer facility that creates PHP data
structures (like arrays and objects) from XML documents, if type hints
are available. If not, it will try to guess how it has to be
unserialized, doing exactly what you expect it to do in most cases.
.
Since version 0.8.0 the package is able to treat XML documents similar
to the simplexml extension of PHP 5.
|