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 information about files cached in the opcode cache * * @phpstub ..
Decoded Output download
<?php
/**
* Retrieves information about files cached in the opcode cache
*
* @phpstub
*
* @param bool $summaryonly
*
* @return array Array of meta data about opcode cache
*/
function wincache_ocache_fileinfo($summaryonly = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieves information about files cached in the opcode cache
*
* @phpstub
*
* @param bool $summaryonly
*
* @return array Array of meta data about opcode cache
*/
function wincache_ocache_fileinfo($summaryonly = false)
{
}
Function Calls
None |
Stats
MD5 | acda2e75f40a6bd856a5e003ab653175 |
Eval Count | 0 |
Decode Time | 92 ms |