Consider this method:
function xyz() { return $this->data = unserialize($this->serial); }
Maybe I'm just being stupid, but wouldn't that simply return true if the assignment was successful, and false otherwise?
[ trimmed ]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php