PHP Programming Quiz 4

PHP Programming Quiz 4

A method defined as ………. can neither be overloaded nor overrided.





………. Function sorts an array descending order.





Constructors defined in PHP have same name as class name.



The mascot of PHP  is ……….





The default time for a session to make it valid is ………. seconds.





POSIX stands for……….





Constructor of a class can call another method of the same class.



In the following function definition, 50 is the ………. <?php function functionName($par = 50) { echo "$par"; } ?>





An array can be initialized in PHP as ……….





In associative arrays, indexes are replaced with ……….