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 /** * Creates an exact but empty copy of a relation including indices * * @phpst..

Decoded Output download

<?php

/**
 * Creates an exact but empty copy of a relation including indices
 *
 * @phpstub
 *
 * @param string $name
 * @param resource $relation
 * @param bool $overwrite
 *
 * @return mixed Returns resource on success or  on
 *               failure.
 */
function dbplus_rcrtexact($name, $relation, $overwrite = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates an exact but empty copy of a relation including indices
 *
 * @phpstub
 *
 * @param string $name
 * @param resource $relation
 * @param bool $overwrite
 *
 * @return mixed Returns resource on success or  on
 *               failure.
 */
function dbplus_rcrtexact($name, $relation, $overwrite = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 8a353a3691f22d4aa0887a1495ca8bf1
Eval Count 0
Decode Time 111 ms