All pastes #353671 Raw Copy code Copy link Edit

a-l-p-h-a

public unlisted text v1 · immutable
#353671 ·published 2007-02-13 14:43 UTC
rendered paste body
IfThenElse:	if (condition) then { ... } else { ... }

echo
sprintf
switch/case

for()
foreach()
while()
dowhile()

accessing arrays


specials:
trenary:	condition ? {true} : {false};