Pson class is a wrapper for some functions usefull for working on JSON or PHP ARRAY
Actually it can encrypt and decrypt JSON , build a Flatten array from multidimensionnal array in JSON Format and reverse it when needed
It can also convert JSON in a ready to use serialized PHP variable that can be encrypted , save in array or a file for future usage
See the file Pson.class.php for more explanations
and the file testPson.php for an example of how to use
Bug report and feedback to leizmo@gmail.com or in the PHP classes dedicated forum....
|