An open API service indexing awesome lists of open source software.

https://github.com/yankeguo-deprecated/php-node-serializaion

Translator between JSON and PHP serialization format for node.js
https://github.com/yankeguo-deprecated/php-node-serializaion

Last synced: about 2 months ago
JSON representation

Translator between JSON and PHP serialization format for node.js

Awesome Lists containing this project

README

        

# PHP Serializer v0.1.0
## IREUL Guo

# Usage

srlzr=require 'php-srlzr'
val1=srlzr.serialize {
name:'name'
namm:'namm'
}
val2=srlzr.deserialize "a:2:i:1:s:1"