Source Code:
(back to article)
<?php $string = 'Hello World'; $soundex = soundex($string); echo $soundex; ?>
Result:
Report an issue