
The php string function strlen() counts the number of characters of a string.
int strtlen ( string $str )
The $str parameter is a string.
It returns an int which is the number of characters of $str.
Example: Let's count the number of characters of "HeLLo WoRlD!"
$string = "HeLLo WoRlD!";
$string_length = strlen($string);
echo $string_length;
The php string length function returns the value 12.
Test it online using our String Length Tool
Review of my Blackberry Torch
August 23rd, 2010
Hi guys, I got the new iphone 4, I should be reviewing this iphone 4 and his case very soon!
July 6th, 2010
Here's my review on justhost web hosting service
May 14th, 2010
We will be talking about hosting server, dedicated server and shared server very soon!. We will be talking about C# and hosting servers
May 8th, 2010
The String Function Tools are designed to give you the most-used string functions
4. Url Encoding
8. Url Decoding
10. Html Decoding
If you have a question, noticed a problem, want to share an idea or simply want to comment this page, fill the box below and hit the "Submit" button
String to Lowercase Converter -
String to Uppercase Converter -
String to Hex Converter
Hex to String Converter -
Reverse String Online -
String Length Function -
Html Decode Online
Html Encode Online -
Url Decode Online -
Url Encode Online -
Hex to Binary Converter
Binary to Hex Converter -
Hex to Decimal Converter -
Convert a Decimal to Hex -
Binary to Decimal Converter
Decimal to Binary Converter -
Md5 Hash Online -
Sha1 Hash Online -
Md5 Reverse Lookup
Sha1 Reverse Lookup -
Ascii to Binary Converter -
Ascii to Decimal Converter
Convert Hex to Rgb -
Convert Rgb to Hex
