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 and maintain index association * * @phpstub * * @param arr..

Decoded Output download

<?php

/**
 * Sort an array and maintain index association
 *
 * @phpstub
 *
 * @param array $array
 * @param int $sort_flags
 *
 * @return bool 
 */
function asort(&$array, $sort_flags = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sort an array and maintain index association
 *
 * @phpstub
 *
 * @param array $array
 * @param int $sort_flags
 *
 * @return bool 
 */
function asort(&$array, $sort_flags = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 590482d362854a0131757941a79b395b
Eval Count 0
Decode Time 101 ms