Login
Remember
Register
Ask a Question
How to get the length of string in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
SakshiSharma
How to get the length of string in PHP?
#php-string-length
#length-string-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
Robindeniel
The strlen() function is used to get the length of the string.
...