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 /** * Retrieves APC's Shared Memory Allocation information * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Retrieves APC's Shared Memory Allocation information
*
* @phpstub
*
* @param bool $limited
*
* @return array Array of Shared Memory Allocation data; false on failure.
*/
function apc_sma_info($limited = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieves APC's Shared Memory Allocation information
*
* @phpstub
*
* @param bool $limited
*
* @return array Array of Shared Memory Allocation data; false on failure.
*/
function apc_sma_info($limited = false)
{
}
Function Calls
None |
Stats
MD5 | c466827f7631f871947c2130352df980 |
Eval Count | 0 |
Decode Time | 425 ms |