0 votes
in PHP by
How to get the length of string in PHP?

1 Answer

0 votes
by

The strlen() function is used to get the length of the string.

...