Ternary if operation
It evaluates the first argument and returns the second if it's true, or the third if it's false
* rest : you can not use named parameters to call this, use it either with three arguments in the correct order (expression, true result, false result) or write it as in php (expression ? true result : false result)This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Documentation generated on Sat, 18 Jul 2009 21:05:24 +0200 by phpDocumentor 1.4.0