Count |
Top Previous Next |
count($p)
Finds the count of the values (how many values there are) contained in the data parameter $p. This is equivalent to $p[0]
count($p,val)
Counts how many of instances of val there are in the data parameter $p. |