News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
The Ternary Conditional Operator
March 07, 2008 @ 12:04:00

The PHPBuilder.com site has a quick reminder about a handy little bit of functionality PHP has to make evaluations quicker - the ternary operator.

This allows you to check for the existence of a variable (or check that the variable has a valid value) and assign a value accordingly. This is very useful when you are dealing with $_GET, $_POST, $_SESSION etc. variables, because you don't know whether the incoming variable will exist, and if it doesn't you might want to assign a default value.

An example is included and explained - evaluating an index in the _GET superglobal to see if it exists. It returns either the value itself or a false.

0 comments voice your opinion now!
ternary conditional operator structure evaluate


blog comments powered by Disqus

Similar Posts

Johannes Schluter's Blog: Scream!

Sameer Borate's Blog: Disabling the silence @-operator in PHP

DevShed: Structuring Your Projects for Web Application Security

Tobias Schlitt's Blog: Funny speed considerations

Sameer Borate's Blog: Refactoring 1: Consolidating Conditional Expressions


Community Events











Don't see your event here?
Let us know!


symfony2 framework testing rest interview phpunit release podcast language community usergroup series example opinion development functional conference introduction database zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework