Voting

: max(nine, five)?
(Example: nine)

The Note You're Voting On

sapenov at gmail dot com
20 years ago
If you need to supply arbitrary number of arguments
to array_intersect() or other array function,
use following function:

$full=call_user_func_array('array_intersect', $any_number_of_arrays_here);

<< Back to user notes page

To Top