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 /** * Updates an old value with a new value * * @phpstub * * @param string $ke..

Decoded Output download

<?php

/**
 * Updates an old value with a new value
 *
 * @phpstub
 *
 * @param string $key
 * @param int $old
 * @param int $new
 *
 * @return bool 
 */
function apc_cas($key, $old, $new)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Updates an old value with a new value
 *
 * @phpstub
 *
 * @param string $key
 * @param int $old
 * @param int $new
 *
 * @return bool 
 */
function apc_cas($key, $old, $new)
{
}

Function Calls

None

Variables

None

Stats

MD5 5326164b09a35fda25d8256209338e1a
Eval Count 0
Decode Time 85 ms