Login
Remember
Register
Ask a Question
What is the use of count() function in PHP?
0
votes
asked
Jun 5, 2020
in
PHP
by
Robindeniel
What is the use of count() function in PHP?
#php-count-function
#count-function-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 5, 2020
by
SakshiSharma
The PHP count() function is used to count total elements in the array, or something an object.
...