<!DOCTYPE html> <html> <body> <?php $str = "Shanghai"; echo soundex($str); ?> </body> </html>
<?php $str = "Shanghai"; echo soundex($str); ?>