note 14080 deleted from function.serialize by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: abk at avatartechnology dot com 

----

BEWARE: if you are serializing a complex object with recursive references, serialize a reference to the object. Otherwise you'll get strange and mysterious results.

Always this: $str = serialize(&$object);
not this: $str = serialize($object);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.