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 variables from the user cache * * @phpstub * * @param mixed $key..
Decoded Output download
<?php
/**
* Deletes variables from the user cache
*
* @phpstub
*
* @param mixed $key
*
* @return bool
*/
function wincache_ucache_delete($key)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Deletes variables from the user cache
*
* @phpstub
*
* @param mixed $key
*
* @return bool
*/
function wincache_ucache_delete($key)
{
}
Function Calls
None |
Stats
MD5 | fca6fe3f6ad70ba36b1cf5e1fa2dd274 |
Eval Count | 0 |
Decode Time | 89 ms |