Contact: aviboots(AT)netvision.net.il
39,894 questions
51,825 answers
573 users
$n = true; if ($n) { function f() { echo "call function f()"; } } if ($n) f(); /* run: call function f() */