Q:

Which function take two arguments and returns true if element contained as a value of an array?

belongs to collection: ARRAYS AND FUNCTIONS IN PHP MCQ

0

Which function take two arguments and returns true if element contained as a value of an array?


  1. is_array ( ) function
  2. in_array ( ) function
  3. count ( ) function
  4. isset ( ) function

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).in_array ( ) function

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

ARRAYS AND FUNCTIONS IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
There are how many ways to create an array in PHP ... >>
<< An array is a collection of...