<?php $array = ['One', 'Two', 'Three', 'Four', 'Five']; $length = count($array); var_dump($length); ?>
See Instraction Read More