Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Calculate the soundex key of a string * * @phpstub * * @param string $st..
Decoded Output download
<?php
/**
* Calculate the soundex key of a string
*
* @phpstub
*
* @param string $str
*
* @return string Returns the soundex key as a string.
*/
function soundex($str)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Calculate the soundex key of a string
*
* @phpstub
*
* @param string $str
*
* @return string Returns the soundex key as a string.
*/
function soundex($str)
{
}
Function Calls
| None |
Stats
| MD5 | 004a4403c501ae5d2e988f32f74b6ee4 |
| Eval Count | 0 |
| Decode Time | 97 ms |