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 /** * Decrements the value associated with the key * * @phpstub * * @param str..
Decoded Output download
<?php
/**
* Decrements the value associated with the key
*
* @phpstub
*
* @param string $key
* @param int $dec_by
* @param bool $success
*
* @return mixed
*/
function wincache_ucache_dec($key, $dec_by = 1, &$success = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Decrements the value associated with the key
*
* @phpstub
*
* @param string $key
* @param int $dec_by
* @param bool $success
*
* @return mixed
*/
function wincache_ucache_dec($key, $dec_by = 1, &$success = NULL)
{
}
Function Calls
None |
Stats
MD5 | c96deda93afc4b3fce0c5347138a41d5 |
Eval Count | 0 |
Decode Time | 77 ms |