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 /** * Gets a variable stored in the user cache * * @phpstub * * @param mixed $..

Decoded Output download

<?php

/**
 * Gets a variable stored in the user cache
 *
 * @phpstub
 *
 * @param mixed $key
 * @param bool $success
 *
 * @return mixed
 */
function wincache_ucache_get($key, &$success = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets a variable stored in the user cache
 *
 * @phpstub
 *
 * @param mixed $key
 * @param bool $success
 *
 * @return mixed
 */
function wincache_ucache_get($key, &$success = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 319e6e8044021ad22ecfc59acfb6e584
Eval Count 0
Decode Time 83 ms