On 10 March 2004 13:48, Burhan Khalid wrote: > Kelly Hallman wrote: > > 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?
Nope. The value of an assignment expression is the value assigned, so that will return whatever was assigned into $this->data. Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Beckett Park, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php