False
mktime()
Embedded, Zend, HTML, XML
When exit() is called
It returns True only if they are both of the same type and value
All of the above are correct <?php
$myarray = array ("My String", "Another String", "Hi, Mom!"); ?>
Using a foreach loop <?php
if($a == 'a') { somefunction(); } else if ($a == 'b') { anotherfunction(); } else if ($a == 'c') { dosomething(); } else { donothing(); } ?>
A switch statement using a default case
print() can be used as part of an expression, while echo() can’t |