ConFoo Montreal 2026: Call for Papers

Voting

: five plus three?
(Example: nine)

The Note You're Voting On

Alessandro Ranellucci alex at primafila dot net
22 years ago
array_intersect($array1, $array2);
returns the same as:
array_diff($array1, array_diff($array1, $array2));

<< Back to user notes page

To Top