|
NAMEPHP::Session::Serializer::PHP - serialize / deserialize PHP session dataSYNOPSISuse PHP::Session::Serializer::PHP; $serializer = PHP::Session::Serializer::PHP->new; $enc = $serializer->encode(\%data); $hashref = $serializer->decode($enc); TODO
AUTHORTatsuhiko Miyagawa <miyagawa@bulknews.net>This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOPHP::Session
Visit the GSP FreeBSD Man Page Interface. |