Metafon php menghitung kunci metafon dari suatu string

<?php
var_dump(metaphone('programming'));
var_dump(metaphone('programmer'));
?>
SAMER SAEID