PHP Online Quiz

Following quiz provides Multiple Choice Questions (MCQs) related to PHP. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

1. Which of the following is true about php.ini file?

Following quiz provides Multiple Choice Questions (MCQs) related to PHP. You will have to read all the given answers and click over the correct answer.

Which of the following is true about php.ini file?
The PHP configuration file, php.ini, is the final and most immediate way to affect PHP's functionality.
The php.ini file is read each time PHP is initialized.
Both of the above.
None of the above.

2. Which of the following type of variables are whole numbers, without a decimal point, like 4195?

Following quiz provides Multiple Choice Questions (MCQs) related to PHP. You will have to read all the given answers and click over the correct answer.

Which of the following type of variables are whole numbers, without a decimal point, like 4195?
Integers
Doubles
Booleans
Strings