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 /** * Replace or insert entry * * @phpstub * * @param string $key * @param st..

Decoded Output download

<?php

/**
 * Replace or insert entry
 *
 * @phpstub
 *
 * @param string $key
 * @param string $value
 * @param resource $handle
 *
 * @return bool 
 */
function dba_replace($key, $value, $handle)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Replace or insert entry
 *
 * @phpstub
 *
 * @param string $key
 * @param string $value
 * @param resource $handle
 *
 * @return bool 
 */
function dba_replace($key, $value, $handle)
{
}

Function Calls

None

Variables

None

Stats

MD5 d816326774f7a2f5efc62bf2d6f682f9
Eval Count 0
Decode Time 90 ms