Correct Answer: 78
Explanation:
Note: This Question is unanswered, help us to find answer for this one
PHP Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More PHP MCQ Questions
Result ?
What's the output if date is 24/02/2008? format('l,F,js,Y') ?>
The values 0, '0', and FALSE are treated equally in all PHP functions.
Is PHP a Hypertext Preprocessor, open source server-side scripting language that is widely used for web development
How to display a string?
Which datatypes are treaded as arrays?
What is the output? $str = 'My name is O\'Connor.'; echo stripslashes($str);
What are the default header request protocols defined in PHP?
Which keyword causes a conditional loop to skip to the start of the next iteration?
What does this function do: function my_func($variable) { return (is_numeric($variable) && $variable % 2 == 0); }
PHP MCQs | Topic-wise