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 /** * String comparisons using a "natural order" algorithm * * @phpstub * * @p..

Decoded Output download

<?php

/**
 * 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 strnatcmp($str1, $str2)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 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 strnatcmp($str1, $str2)
{
}

Function Calls

None

Variables

None

Stats

MD5 e2a46265e20b69035891b3b97bd4a8ef
Eval Count 0
Decode Time 79 ms