PHP 8.5.0 Alpha 1 available for testing

Voting

: three minus one?
(Example: nine)

The Note You're Voting On

subscription101 at hotmail dot com
19 years ago
A much simpler way of creating a range of even numbers is by starting with an even number:

<?php

range
(2, 10, 2);

?>

<< Back to user notes page

To Top