0 votes
in PHP by
What is the use of count() function in PHP?

1 Answer

0 votes
by

The PHP count() function is used to count total elements in the array, or something an object.

...