Tatsuhiko Miyagawa > PHP-Session-0.26 > PHP::Session::Serializer::PHP

Download:
PHP-Session-0.26.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  4
Open  1
View Bugs
Report a bug
Module Version: 0.26   Source   Latest Release: PHP-Session-0.27

NAME ^

PHP::Session::Serializer::PHP - serialize / deserialize PHP session data

SYNOPSIS ^

  use PHP::Session::Serializer::PHP;

  $serializer = PHP::Session::Serializer::PHP->new;

  $enc     = $serializer->encode(\%data);
  $hashref = $serializer->decode($enc);

TODO ^

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.

SEE ALSO ^

PHP::Session