<?php
foreach(count_chars("This is our test sentence", 1) as $key=>$value)
{
echo("$key: $value\n<br>");
}
?>
foreach(count_chars("This is our test sentence", 1) as $key=>$value)
{
echo("$key: $value\n<br>");
}
?>
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment