blob: e74c1ae146012dcfc2233042ada2ebd141d375d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Provides a simple, quick means of serializing perl memory structures
(including object data!) into a format that PHP can deserialize() and
access, and vice versa.
NOTE: Converts PHP arrays into Perl Arrays when the PHP array used
exclusively numeric indexes, and into Perl Hashes then the PHP array
did not.
WWW: https://metacpan.org/release/PHP-Serialization
|