/plugins/builtin/functions/tif.php

Description

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.

Functions
Dwoo_Plugin_tif_compile (line 21)
void Dwoo_Plugin_tif_compile (Dwoo_Compiler $compiler,  $rest)

Documentation generated on Sat, 18 Jul 2009 21:05:24 +0200 by phpDocumentor 1.4.0