<!DOCTYPE html> <html> <body> <?php echo strtr("Hilla Warld","ia","eo"); ?> </body> </html>
<?php echo strtr("Hilla Warld","ia","eo"); ?>