Module: Ucenter

Defined in:
lib/ucenter/tools/php.rb,
lib/ucenter/client.rb,
lib/ucenter/config.rb,
lib/ucenter/utility.rb,
lib/ucenter/version.rb,
lib/ucenter/tools/url.rb,
lib/ucenter/tools/xml.rb,
lib/ucenter/tools/base.rb,
lib/ucenter/interface/app.rb,
lib/ucenter/interface/base.rb,
lib/ucenter/interface/user.rb,
lib/ucenter/interface/authcode.rb

Overview

PHP serialize() and unserialize() workalikes

Release History:

1.0.0 - 2003-06-02 - First release.
1.0.1 - 2003-06-16 - Minor bugfixes.
1.0.2 - 2004-09-17 - Switch all {}'s to explicit Hash.new's.
1.1.0 - 2009-04-01 - Pass assoc to recursive calls (thanks to Edward Speyer).
                   - Serialize Symbol like String.
                   - Add testsuite.
                   - Instantiate auto-generated Structs properly (thanks
                     to Philip Hallstrom).
                   - Unserialize arrays properly in assoc mode.
                   - Add PHP session support (thanks to TJ Vanderpoel).
                   - Release as tarball and gem.

See www.php.net/serialize and www.php.net/unserialize for details on the PHP side of all this.

Defined Under Namespace

Modules: Config, Interface, Tools Classes: Client, Utility

Constant Summary collapse

VERSION =
"0.1.1"