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 /** * Cache a new variable in the data store * * @phpstub * * @param string $k..
Decoded Output download
<?php
/**
* Cache a new variable in the data store
*
* @phpstub
*
* @param string $key
* @param mixed $var
* @param int $ttl
*
* @return bool
*/
function apc_add($key, $var = NULL, $ttl = false)
{
}
/**
* Cache a new variable in the data store
*
* @phpstub
*
* @param array $values
* @param mixed $unused
* @param int $ttl
*
* @return array
*/
function apc_add($values, $unused = NULL, $ttl = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Cache a new variable in the data store
*
* @phpstub
*
* @param string $key
* @param mixed $var
* @param int $ttl
*
* @return bool
*/
function apc_add($key, $var = NULL, $ttl = false)
{
}
/**
* Cache a new variable in the data store
*
* @phpstub
*
* @param array $values
* @param mixed $unused
* @param int $ttl
*
* @return array
*/
function apc_add($values, $unused = NULL, $ttl = false)
{
}
Function Calls
None |
Stats
MD5 | e31496aa093d88505f8d940c015795d9 |
Eval Count | 0 |
Decode Time | 77 ms |