Using letters - return an array of elements from "a" to "d"


SUBMITTED BY: henry1874w

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

FORMAT: Text only

SIZE: 56 Bytes

HITS: 588

  1. <?php
  2. $letter = range("a","d");
  3. print_r ($letter);
  4. ?>

comments powered by Disqus