| PHP-Session documentation | view source | Contained in the PHP-Session distribution. |
PHP::Session::Serializer::PHP - serialize / deserialize PHP session data
use PHP::Session::Serializer::PHP; $serializer = PHP::Session::Serializer::PHP->new; $enc = $serializer->encode(\%data); $hashref = $serializer->decode($enc);
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.
| PHP-Session documentation | view source | Contained in the PHP-Session distribution. |