PHP-manual
Föregående
Kapitel
12
.
Nästa
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
).
Föregående
Hem
Nästa
Upp