PHP Classes

Classes of nghia nguyen

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of nghia nguyen (1)  >  Mission progress status  >  Reputation  
Picture of nghia nguyen
Name: nghia nguyen <contact>
Classes: 1
Country: Viet Nam Viet Nam
Age: 41
All time rank: 371419 in Viet Nam Viet Nam
Week rank: 200 Up3 in Viet Nam Viet Nam Up
All time users: 345
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Recursive reference serialize  
PHP Programming Innovation award nominee
May 2009
Number 3


Prize: One book of choice by Manning
Serialize objects with cyclic references
This class can be used to serialize objects with cyclic references.

It can take an object value and generate a string that represents the information contained in the object.

The class can also do the opposite, i.e. process a string with an object representation and recreate the original object value.

The class takes care of cyclic object references, i.e. objects that reference other objects and those objects contain references back to the original objects.

It uses object keys to represent object values and detect cyclic references.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 41% 58% - 58% - - 32% 4249
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z