Voting

: eight minus five?
(Example: nine)

The Note You're Voting On

david at audiogalaxy dot com
24 years ago
Note that array_intersect() considers the type of the array elements when it compares them.

If array_intersect() doesn't appear to be working, check your inputs using var_dump() to make sure you're not trying to intersect an array of integers with an array of strings.

<< Back to user notes page

To Top