top | item 41547792

(no title)

ericpp | 1 year ago

It's a common mistake that newcomers to the language make. You assume empty is an empty string check when it's really a falsy check that is equivalent to: (!isset($var) || !$var)

discuss

order

No comments yet.