

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code? |
A. | rray ( [d] => yellow ) |
B. | rray ( [i] => orange ) |
C. | rray ( [h] => orange ) |
D. | rray ( [d] => yellow [h] => orange ) |
Answer» B. rray ( [i] => orange ) | |