By bloid
via blog.makemepulse.com
Submitted: Sep 28 2007 / 11:17
Serialize is useful for storing or passing PHP values around without losing type and structure.
But if you want to serialize a SimpleXml object, you will have some problem on unserialize with the error “Warning: unserialize() [function.unserialize]: Node no longer exists in DIRECTORY/FILE.php on line X”.





Add your comment