<<< Previous question <<< Question ID#0375.md >>> Next question >>>
What PHP function is used to return an array containing values present in two or more passed arrays?
- A)
array_intersect()
- B)
array_walk()
- C)
array_common()
- D)
array_union()
Answer
Answer: A