Show Output
Example of Counting an Array Values in PHP
"; echo 'Total number of elements in the $days array is - ' . sizeof($days); ?>