Source Code:
(back to article)
<?php $string = "Hello, World!"; $count = count_chars($string, 1); print_r($count); ?>
Result:
Report an issue