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 file cache * * @phpstub *..

Decoded Output download

<?php

/**
 * Retrieves information about files cached in the file cache
 *
 * @phpstub
 *
 * @param bool $summaryonly
 *
 * @return array Array of meta data about file cache
 */
function wincache_fcache_fileinfo($summaryonly = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieves information about files cached in the file cache
 *
 * @phpstub
 *
 * @param bool $summaryonly
 *
 * @return array Array of meta data about file cache
 */
function wincache_fcache_fileinfo($summaryonly = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 8e5fbc020096b31d7667d2cc8348d7ab
Eval Count 0
Decode Time 100 ms