mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
362 B
Text
9 lines
362 B
Text
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
|