Source Code:
(back to article)
<?php $fruits = array('apple', 'banana', 'cherry'); echo count($fruits); // Output: 3
Result:
Report an issue