Correct Answer: To use the same functions across multiple classes.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
PHP 5 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More PHP 5 MCQ Questions
Function file_get_contents() useful for?
Which is a Ternary Operator?
The inbuilt function to get the number of parameters passed is
How would you start a session?
Output of the code?
PHP5 is a new version of the protocol hard priority 4.
What we have in php5.2
$b = false; $a = unset($b); var_dump($a);
What will the script output?
Which lines needed to be commented to print class name ? Class GOT { function tirian() { echo get_class($this); } } 8. $sparta = new GOT(); 9. $sparta -> tirian(); 10.GOT::tirian();
PHP 5 MCQs | Topic-wise