PHP 8.5.0 Beta 1 available for testing

Voting

: six plus three?
(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