Posts Tagged ‘count() function php’
count() in php
Saturday, November 8, 2008 11:29 No CommentsThe count() function is useful when you want to return how many elements are in your array. You can then use this in a for loop. Here’s an example we used earlier, only [...]

