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 similarity between two strings * * @phpstub * * @param str..
Decoded Output download
<?php
/**
* Calculate the similarity between two strings
*
* @phpstub
*
* @param string $first
* @param string $second
* @param float $percent
*
* @return int Returns the number of matching chars in both strings.
*/
function similar_text($first, $second, &$percent = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Calculate the similarity between two strings
*
* @phpstub
*
* @param string $first
* @param string $second
* @param float $percent
*
* @return int Returns the number of matching chars in both strings.
*/
function similar_text($first, $second, &$percent = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3a47c4efc7ac87ee3738f45a2534cd9d |
Eval Count | 0 |
Decode Time | 118 ms |