a-l-p-h-a
IfThenElse: if (condition) then { ... } else { ... }
echo
sprintf
switch/case
for()
foreach()
while()
dowhile()
accessing arrays
specials:
trenary: condition ? {true} : {false};IfThenElse: if (condition) then { ... } else { ... }
echo
sprintf
switch/case
for()
foreach()
while()
dowhile()
accessing arrays
specials:
trenary: condition ? {true} : {false};