NAME
PHP::Session::Serializer::PHP - serialize / deserialize PHP session data
SYNOPSIS
$serializer
= PHP::Session::Serializer::PHP->new;
$enc
=
$serializer
->encode(\
%data
);
$hashref
=
$serializer
->decode(
$enc
);
TODO
Add option to restore PHP object as is.
Get back PHP array as Perl array?
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.