S
Q. What is the result of the following PHP code?
<?php $a = array("A","B","C","D","A"); $b = array("A","E","F","D","A"); $c = array_combine($a, $b); print_r($c); ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. --------is a method of accessing database data using object-oriented syntax instead of using SQL
Q. Assume we have the class Person. Which is the correct way to call a class constant ?
Q. Which element of the of PHP $_SERVER variable is used to get the path of the current script?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which statement will output $lfc on the screen?
Q. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code?
Discusssion
Login to discuss.