34,333
edits
Changes
→Finding the length of a PHP String
<tt>My number is ___12.208999.</tt>
== Finding the length Length of a PHP String ==
The length of a PHP string can be obtained using the ''strlen()'' function. The ''strlen()'' function takes the string as an argument and returns the length value: