freebsd-ports/devel/p5-PHP-Serialization/pkg-descr
Cheng-Lung Sung ba3a0299d0 Add p5-PHP-Serialization 0.27, converting the output of PHP serialize()
into the Perl.

PR:		ports/109452
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-02-24 18:25:13 +00:00

9 lines
363 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: http://search.cpan.org/dist/PHP-Serialization/