Source Code:
(back to article)
<?php $phone=array("00000","11111","22222", "33333"); echo count($phone); ?>
Result:
Report an issue