Voting

: min(three, eight)?
(Example: nine)

The Note You're Voting On

renic
6 years ago
be wary of using is_object($var) and assuming that the object has implemented Countable. Not all objects are countable directly with count().

<< Back to user notes page

To Top