PDA

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.