RAA - php-serialize

php-serialize / 1.0.1

Short description: PHP serialize() and unserialize() workalikes.
Category: Library/WWW
Status: stable
Created: 2003-07-05 15:52:52 GMT
Last update: -
Owner: Thomas Hurst (Projects of this owner)
Homepage: http://www.aagh.net/projects/ruby-php-serialize
Download: http://www.aagh.net/files/ruby/php_serialize.rb
License: BSD-type
Dependency:
None
Description:

Provides PHP::serialize() and PHP::unserialize() methods which are compatible with the respective PHP functions for dumping and loading data structures.

This allows for the manipulation of PHP data structures (including objects and associative arrays) within Ruby, and vice-versa, which can be handy when, for example, you wish to update PHP cache files with a cron entry written in Ruby. It may even be used as an alternative to the Marshal library if you're so inclined.

Edit this project (for project owner)

back to RAA top