Technology, Music, & Culture Blog
To find the array length in PHP, you can use
<?php $array = array(); $array[0] = 1; $array[1] = 2; $size = count($array); ?>
0 comments:
Post a Comment