Login   Register  
PHP Classes
elePHPant
Icontem

File: unserialize-object-by-manager.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of nghia nguyen  >  Recursive reference serialize  >  unserialize-object-by-manager.php  >  Download  
File: unserialize-object-by-manager.php
Role: Example script
Content type: text/plain
Description: unserialize object by manager helper
Class: Recursive reference serialize
Serialize objects with cyclic references
Author: By
Last change: clean-up code
Date: 2009-04-20 03:12
Size: 146 bytes
 

Contents

Class file image Download
<?php
require_once 'SerializeManager.php';
$this->__unserialized_data__ SerializeManager::instance()->unserializeVars($this$serialized);
?>