View Full Version : array length in php
Archbob
June 23rd, 2003, 17:44
is there a function in php that specifies array length, forinstance in java its array.length .
keith
June 23rd, 2003, 20:10
what type of length do you want to find?
dawizman
June 23rd, 2003, 21:12
array_count_values()
It counts the # of vars stored in an array.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.