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 by key in reverse order * * @phpstub * * @param array $arr..

Decoded Output download

<?php

/**
 * Sort an array by key in reverse order
 *
 * @phpstub
 *
 * @param array $array
 * @param int $sort_flags
 *
 * @return bool 
 */
function krsort(&$array, $sort_flags = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sort an array by key in reverse order
 *
 * @phpstub
 *
 * @param array $array
 * @param int $sort_flags
 *
 * @return bool 
 */
function krsort(&$array, $sort_flags = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 83056c3ba3bf488d3b20b19985358fa6
Eval Count 0
Decode Time 89 ms