[ 源代码: libphp-serialization-perl ]
软件包:libphp-serialization-perl(0.34-4)
libphp-serialization-perl 的相关链接
Debian 的资源:
下载源码包 libphp-serialization-perl:
- [libphp-serialization-perl_0.34-4.dsc]
- [libphp-serialization-perl_0.34.orig.tar.gz]
- [libphp-serialization-perl_0.34-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to manipulate serialized PHP data structures
PHP::Serialization provides a simple means of serializing Perl data structures (including object data) into PHP's serialized data format. It can also process this data as input, in order to read serialized PHP data structures into their Perl equivalents. Numeric arrays are mapped to arrays in Perl and vice-versa. Similarly, arrays which contain string keys are mapped to hashes in Perl.