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 cached information from APC's data store * * @phpstub * * @par..
Decoded Output download
<?php
/**
* Retrieves cached information from APC's data store
*
* @phpstub
*
* @param string $cache_type
* @param bool $limited
*
* @return array Array of cached data (and meta-data)
*/
function apc_cache_info($cache_type = NULL, $limited = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieves cached information from APC's data store
*
* @phpstub
*
* @param string $cache_type
* @param bool $limited
*
* @return array Array of cached data (and meta-data)
*/
function apc_cache_info($cache_type = NULL, $limited = false)
{
}
Function Calls
None |
Stats
MD5 | ce4fb793bd03bdb969430ab21b8b7956 |
Eval Count | 0 |
Decode Time | 87 ms |