using strlen function we can find out the length of the string
$str = "programmingfaqs";
$len = strlen($str); echo $len // 15
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
using strlen function we can
Tue, 12/09/2008 - 21:05 — adminusing strlen function we can find out the length of the string
$str = "programmingfaqs";
$len = strlen($str);
echo $len // 15