Friday, 8 April 2016

How to word count in php

<?php

$str = 'Hemant Vishwakarma';

echo  strlen($str);

?>

No comments:

Post a Comment