MCQOPTIONS
Saved Bookmarks
| 1. |
What is the use of array_values() function? |
| A. | Returns all the values of the respective keys present in the passed array |
| B. | Returns number of elements in the array |
| C. | Can be used to fetch the keys present in the array |
| D. | Returns the values and the frequency of each value in form of an array. |
| Answer» E. | |