The soundex algorithm is implemented in PHP through the soundex function
<?php echo soundex ('see'); echo "\n"; ?>