PHP
Manuál
Predchádzajúci
Kapitola
12
.
Nasledujúci
else
The
else
statement is only executed if the
if
expression evaluated to
FALSE
, and if there were any
elseif
expressions - only if they evaluated to
FALSE
as well (see
elseif
).
Predchádzajúci
Domov
Nasledujúci
Hore