Voting

: max(three, seven)?
(Example: nine)

The Note You're Voting On

Rob Thomas
7 years ago
Please note that the 'cast to array' check is horrendously out of date.

Running that code against PHP 5.6 results in this:

is_array : 0.93975400924683
cast, === : 1.2425191402435

So, please use 'is_array', not the horrible casting hack.

<< Back to user notes page

To Top