

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code?"red", "b"=>"green", "c"=>"blue");echo array_shift($a);print_r ($a);?> |
A. | reen |
B. | ed |
C. | lue |
D. | one of the mentioned |
Answer» C. lue | |