does anyone know any good places to look for detailed
information about PHP's serialize(), unserialize()
(besides the PHP sources, becuase i'm already going
thru them)

i want to write serialize() and unserialize() in perl
so that arrays (no objects or references yet) can be
read/written by both PHP and Perl.... to help with my
cross-language session implementation.

i really would like to have some more integration between
PHP and Perl... especially the sharing of data structures.

since PHP's serialize()/unserialize() produces a simple
text string, i thought i'd use that model 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to