Home / Programming MCQs / PHP MCQs / Question
P
Q. What is the result of the following PHP code?
<?php $arr1 = array("A"=>"Alex", "B"=>"Bob", "E"=>"Emily"); $arr2 = array("L"=>"Alex", "O"=>"Bob"); $result = array_intersect($arr1, $arr2); print_r($result); ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What is the opposite function of explode()?
Who is known as the father of PHP?
What will be the output of the following PHP code?
Which of the following is the correct syntax of php?
what is the output of below program?
What will be the output of the following PHP code?
Discusssion
Login to discuss.