

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. | green |
B. | red |
C. | blue |
D. | none of the mentioned |
Answer» C. blue | |