Voting

: max(six, one)?
(Example: nine)

The Note You're Voting On

Hayley Watson
7 years ago
Don't use this function for filtering or searching an array - PHP already has functions for exactly those purposes. If nothing else, array_flip will trash the array's elements if they're anything other than integers or non-decimal-integer strings.

<< Back to user notes page

To Top