Changes

Jump to: navigation, search

Working with Strings and Text in PHP

No change in size, 14:37, 4 June 2007
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:

Navigation menu