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 /** * Flush all changes made on a relation * * @phpstub * * @param resource $r..

Decoded Output download

<?php

/**
 * Flush all changes made on a relation
 *
 * @phpstub
 *
 * @param resource $relation
 *
 * @return int Returns  on success or a db++ error
 *             code on failure.
 */
function dbplus_flush($relation)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Flush all changes made on a relation
 *
 * @phpstub
 *
 * @param resource $relation
 *
 * @return int Returns  on success or a db++ error
 *             code on failure.
 */
function dbplus_flush($relation)
{
}

Function Calls

None

Variables

None

Stats

MD5 be2b6aedcc610f6fadb76757367255d2
Eval Count 0
Decode Time 83 ms