Source Code:
(back to article)
<?php $fruits = array("apple", "banana", "orange"); echo count($fruits);
Result:
Report an issue