Voting

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

The Note You're Voting On

gtisza at gmail dot com
12 years ago
You might expect range($n, $n-1) to be an empty array (as in e.g. Python) but actually PHP will assume a step of -1 if start is larger than end.

<< Back to user notes page

To Top