count the elements of an array?

sizeof($array) – This function is an alias of count()

 count($urarray) – This function returns the number of elements in an array.