Which function is used to sort the array in reverse order?
SHOW ANSWERWhich function is used to sort the array in reverse order?
rsort()
asort()
assort()
SHOW ANSWERWhich function is used to sort the array in descending order?
arsort()
dsort()
adsort()
SHOW ANSWERPick the odd one out?
asort()
arsort()
rsort()
SHOW ANSWERWhat function is used to sort the array in reverse order?
arsort()
asort()
assort()
SHOW ANSWERWhich function is used to delete the array element from the array?
unset()
delete()
remove()
SHOW ANSWERThe shuffle() consists of how many arguments?
none
2
0
SHOW ANSWERWhich function is used for converting a string in to an array?
explode()
implode()
convert_array()
SHOW ANSWERWhich function is used for converting an array in to a string
implode()
explode()
convert_array()
SHOW ANSWERPick odd one out
explode()
shuffle()
size_of()
SHOW ANSWERWhich function returns the current key of the array?
key()
current()
current_key()
SHOW ANSWERPick odd one out.
shuffle()
implode()
explode()
SHOW ANSWERDatatypes used to store homogeneous data
arrays
vectors
structs
SHOW ANSWER