

MCQOPTIONS
Saved Bookmarks
1. |
What is the use of is_array() function? |
A. | Function is used to print the array in readable format. |
B. | Adds elements to the beginning of the array and returns the size of array. |
C. | Function can be used to verify if a variable is an array. Returns TRUE or FALSE |
D. | Adds elements to the end of the array and returns the size of array. |
Answer» D. Adds elements to the end of the array and returns the size of array. | |