Source Code:
(back to article)
<?php $string = "Hello World!"; $metaphone_key = metaphone($string); echo $metaphone_key; ?>
Result:
Report an issue