Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

Sane Guy
7 years ago
Be sure to wrap your head around this PHP jewel that took me a while to comprehend:

The returned array will contain a boolean FALSE for options that HAVE been specified.

Because why use TRUE to indicate "yes, it's there" when you can also use FALSE for that purpose, right? This is completely counter-intuitive and is most certainly only ever possible in PHP-land.

<< Back to user notes page

To Top