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 /** * Sort an array using a case insensitive "natural order" algorithm * * @phps..

Decoded Output download

<?php

/**
 * Sort an array using a case insensitive "natural order" algorithm
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return bool 
 */
function natcasesort(&$array)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sort an array using a case insensitive "natural order" algorithm
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return bool 
 */
function natcasesort(&$array)
{
}

Function Calls

None

Variables

None

Stats

MD5 cbb764caf5bec43195484bb9c3b3cf20
Eval Count 0
Decode Time 97 ms