Advanced PHP quiz that covers common programming problem and solutions for them.
This quiz is in PHP quiz collection.
Start quizWhich of the following method can be used to create a MySql database using PHP?
Which of the following is NOT a magic predefined constant?
What will be the value of $var below?
$var = true ? '1' : false ? '2' : '3';
Which of the following array represents an array containing one or more arrays?
Which of the following function creates an array?
Doubly quoted strings are treated almost literally, whereas singly quoted strings replace variables with their values as well as specially interpreting certain character sequences.
Which of the following function is used to check if a file exists or not?
Which of the following is an associative array of variables passed to the current script via HTTP cookies?
Which of the following keyword causes the loop to skip the remainder of its body and immediately retest its condition prior to reiterating?
Which of the following variable is used to generate random numbers using PHP?
Which of the following is used to access session variables in PHP?
Which of the following provides the size of the uploaded file in PHP?
Which of the following method of Exception class returns array of the backtrace?
What is the difference between single-quoted and double-quoted strings in PHP?
When using the POST method, variables are displayed in the URL:
© 2017 QuizBucket.org