Return the number of elements in an array:


SUBMITTED BY: henry1874w

DATE: June 26, 2017, 5:10 p.m.

FORMAT: Text only

SIZE: 67 Bytes

HITS: 229

  1. <?php
  2. $cars=array("Volvo","BMW","Toyota");
  3. echo count($cars);
  4. ?>

comments powered by Disqus