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

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 237da7cbf80fb1020bbbbf899b0f204a
Eval Count 0
Decode Time 105 ms