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


PHP-Session documentation  | view source Contained in the PHP-Session distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

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

TODO

Top

AUTHOR

Top

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

Top

PHP::Session


PHP-Session documentation  | view source Contained in the PHP-Session distribution.