Correct Answer: array_unshift()
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
Which network transports doesn’t PHP support?
What does this display? 1, 'b'=>2, 'c'=>3); echo key($x);
Which will split a string into an array with 3 elements?
Which function returns an item from the argument list?
Which protocol is not supported by PHP streams?
Difference between $a == $b and $a === $b in PHP?
What will be the output? $a = 0x01; $b = 0x02; printf ('%x', ($a << $b.$b)); ?>
Which method is used to check if an array is associative or numeric?
Which would trigger the browser's 'Save As' prompt?
Method to capture the whole screen in PHP?