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 /** * Case insensitive string comparisons using a "natural order" algorithm * * ..

Decoded Output download

<?php

/**
 * Case insensitive string comparisons using a "natural order" algorithm
 *
 * @phpstub
 *
 * @param string $str1
 * @param string $str2
 *
 * @return int Similar to other string comparison functions, this one returns lt 0 if
 *             is less than  gt
 *             0 if  is greater than
 *             , and 0 if they are equal.
 */
function strnatcasecmp($str1, $str2)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Case insensitive string comparisons using a "natural order" algorithm
 *
 * @phpstub
 *
 * @param string $str1
 * @param string $str2
 *
 * @return int Similar to other string comparison functions, this one returns lt 0 if
 *             is less than  gt
 *             0 if  is greater than
 *             , and 0 if they are equal.
 */
function strnatcasecmp($str1, $str2)
{
}

Function Calls

None

Variables

None

Stats

MD5 54e67bfb6c404e9cc507639306ca316d
Eval Count 0
Decode Time 79 ms