phpbar.de logo

Mailinglisten-Archive

[php] objectfunktion nicht auf empty() prüfbar?!

[php] objectfunktion nicht auf empty() prüfbar?!

Sebastian Mendel lists at sebastianmendel.de
Don Apr 13 15:08:45 CEST 2006


Sebastian Mendel schrieb:
> Michael Borchers schrieb:
>> bastel grad an ner ebayschnittstelle rum,
>> folgende formatierung geht:
>> if($buyer->getShippingAddressName() != "")
>>
>> diese aber nicht, sprich parse error:
>> if(!empty($buyer->getShippingAddressName()) == true)
>>
>> darf nich, soll nich, muss nich?!
> 
> kann nicht:
> 
> "Because this is a language construct and not a function, it cannot be
> called using variable functions"

oh, falsches quote:

"empty() only checks variables as anything else will result in a parse 
error. In other words, the following will not work: empty(trim($name))."

> http://php.net/empty


-- 
Sebastian Mendel

www.sebastianmendel.de

php::bar PHP Wiki   -   Listenarchive