Which function is used to check whether the given variable is array or not?
is_array()
isarray()
inarray()
SHOW ANSWERWhich function returns the number of non empty elements in an array?
count()
is_array()
in_array()
SHOW ANSWERWhat function returns the number of non empty elements in an array?
sizeof()
size()
size_of()
SHOW ANSWERWhich function is used to check whether an element is present in the array or not?
in_array()
is_array()
inarray()
SHOW ANSWERThe in_array() consists of how many arguments?
2
1
3
SHOW ANSWERThe count() function consists of how many arguments?
1
2
3
SHOW ANSWERThe sizeof() is similar to which function?
count()
in_array()
is_array()
SHOW ANSWERPick the odd one:
in_array()
is_array()
count()
SHOW ANSWERWhich function returns the end value of an array?
end()
next()
last()
SHOW ANSWERWhich function returns the next value of an array?
next()
prev()
last()
SHOW ANSWERWhich function returns the current value of an array?
current()
value()
in_array()
SHOW ANSWERWhich function returns the previous value from an array?
prev()
prev_array()
next()
SHOW ANSWERWhich function is used to reset and get back to the first position of the array?
reset()
shuffle()
current()
SHOW ANSWER