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 /** * Adds a variable in user cache and overwrites a variable if it already exists..

Decoded Output download

<?php

/**
 * Adds a variable in user cache and overwrites a variable if it already exists in the cache
 *
 * @phpstub
 *
 * @param mixed $key
 * @param mixed $value
 * @param int $ttl
 *
 * @return bool
 */
function wincache_ucache_set($key, $value, $ttl = false)
{
}

/**
 * Adds a variable in user cache and overwrites a variable if it already exists in the cache
 *
 * @phpstub
 *
 * @param array $values
 * @param mixed $unused
 * @param int $ttl
 *
 * @return bool
 */
function wincache_ucache_set($values, $unused = NULL, $ttl = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Adds a variable in user cache and overwrites a variable if it already exists in the cache
 *
 * @phpstub
 *
 * @param mixed $key
 * @param mixed $value
 * @param int $ttl
 *
 * @return bool
 */
function wincache_ucache_set($key, $value, $ttl = false)
{
}

/**
 * Adds a variable in user cache and overwrites a variable if it already exists in the cache
 *
 * @phpstub
 *
 * @param array $values
 * @param mixed $unused
 * @param int $ttl
 *
 * @return bool
 */
function wincache_ucache_set($values, $unused = NULL, $ttl = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 79e8cbe44eeccd2388f57f0d05585dc3
Eval Count 0
Decode Time 274 ms