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 /** * Fetch a stored variable from the cache * * @phpstub * * @param mixed $ke..

Decoded Output download

<?php

/**
 * Fetch a stored variable from the cache
 *
 * @phpstub
 *
 * @param mixed $key
 * @param bool $success
 *
 * @return mixed The stored variable or array of variables on success; false on failure
 */
function apc_fetch($key, &$success = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch a stored variable from the cache
 *
 * @phpstub
 *
 * @param mixed $key
 * @param bool $success
 *
 * @return mixed The stored variable or array of variables on success; false on failure
 */
function apc_fetch($key, &$success = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 51454886948f8b2fc0526d2bcc4ee6f0
Eval Count 0
Decode Time 79 ms