Create an array containing a range of elements from "0" to "5":


SUBMITTED BY: henry1874w

DATE: June 27, 2017, 5:14 p.m.

FORMAT: Text only

SIZE: 52 Bytes

HITS: 612

  1. <?php
  2. $number = range(0,5);
  3. print_r ($number);
  4. ?>

comments powered by Disqus