Source Code:
(back to article)
<?php $array1 = ['a', 'b', 'c']; echo sizeof($array1);
Result:
Report an issue