Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
Array Counting
alex_samanta
How do I count the number of items in an array?
Anon
$array_count = count($array);