Which Of The Following Php Function Will Return True If A #34
Which of the following PHP function will return true if a variable is an array or false if it is not an array?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP Array - PHP Array - Quiz No.1.
Which of the following PHP function will return true if a variable is an array or false if it is not an array?
this_array()
is_array()
do_array()
in_array()