11.
What does the phpinfo() function do in PHP?
12.
Which of the following is used to comment out a single line of PHP code?
13.
What is the purpose of the PHP include statement?
14.
Which of the following is true about PHP sessions?
15.
What is the output of the following PHP code? <?php $x = 5; $y = 10; echo $x + $y; ?>
16.
Which of the following is a correct way to define a constant in PHP?
17.
What is the purpose of the PHP mysqli_query() function?
18.
Which PHP directive is used to set the maximum execution time of a script?
19.
What is the purpose of the PHP exit() function?