<!DOCTYPE html>
<html>
<body>

<?php
echo metaphone("World");
?>

  
</body>
</html>