Return the number of elements in an array:


SUBMITTED BY: henry1874w

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

FORMAT: Text only

SIZE: 68 Bytes

HITS: 680

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

comments powered by Disqus