News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Using the Ternary Operator
November 01, 2011 @ 09:43:35

On PHPMaster.com today there's a new tutorial showing the use of a sometimes overlooked (but very handy) alternate syntax that PHP includes - the ternary operator, a short-hand if/else.

You're probably already familiar with PHP's if statement. It's very similar to its counterparts in many other programming languages and represents one of the most fundamental concepts in programming. [...] But there's a way to build on this concept and increase your $coolFactor a bit in the process. Allow me to introduce you to the ternary operator, which serves as a shorthand notation for if statements.

They introduce the ternary operator's syntax, the ":" and "?" operators and includes a few pieces of code showing its use. Thankfully they also include a warning - don't overuse or abuse it...and especially don't nest them - that just leads to headaches.

0 comments voice your opinion now!
ternary if else shorthand alternate syntax


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: The Joy of Regular Expressions [3]

Bjarte Karlsen's Blog: My vim setup for editing php files

PHP-GTK Community Site: Using GtkSourceview to build a php editor with syntax highlighting

Cocoliso's Blog: Adding A Syntax Highlighter To Your Site: The Power Of Geshi

Digimantra.com: Treat any file as PHP in Netbeans


Community Events











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


release introduction tool unittest development example podcast phpunit testing code opinion functional interview framework language conference zendframework2 application series community

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