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 /** * Binary safe string comparison of the first n characters * * @phpstub * *..
Decoded Output download
<?php
/**
* Binary safe string comparison of the first n characters
*
* @phpstub
*
* @param string $str1
* @param string $str2
* @param int $len
*
* @return int Returns lt 0 if is less than
* ; gt 0 if
* is greater than , and 0 if they are
* equal.
*/
function strncmp($str1, $str2, $len)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Binary safe string comparison of the first n characters
*
* @phpstub
*
* @param string $str1
* @param string $str2
* @param int $len
*
* @return int Returns lt 0 if is less than
* ; gt 0 if
* is greater than , and 0 if they are
* equal.
*/
function strncmp($str1, $str2, $len)
{
}
Function Calls
| None |
Stats
| MD5 | c86ed7b7be5f8b16708d043ff47903fc |
| Eval Count | 0 |
| Decode Time | 90 ms |