PHP 8.5.0 Beta 1 available for testing

Voting

: nine minus three?
(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