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 /** * Deletes files from the opcode cache * * @phpstub * * @param mixed $keys ..
Decoded Output download
<?php
/**
* Deletes files from the opcode cache
*
* @phpstub
*
* @param mixed $keys
*
* @return mixed Or if is an ``array``, then
* an empty array is returned on success, or an array of failed files
* is returned.
*/
function apc_delete_file($keys)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Deletes files from the opcode cache
*
* @phpstub
*
* @param mixed $keys
*
* @return mixed Or if is an ``array``, then
* an empty array is returned on success, or an array of failed files
* is returned.
*/
function apc_delete_file($keys)
{
}
Function Calls
None |
Stats
MD5 | d93ff40584c4609c50af7f3732b971dc |
Eval Count | 0 |
Decode Time | 91 ms |