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 /** * Open a connection/database * * @phpstub * * @param mixed $module * @par..

Decoded Output download

<?php

/**
 * Open a connection/database
 *
 * @phpstub
 *
 * @param mixed $module
 * @param string $host
 * @param string $database
 * @param string $username
 * @param string $password
 * @param int $persistent
 *
 * @return object Returns an object on success, false on error. If a connection has been
 *                made but the database could not be selected, the connection is closed and
 *                false is returned.
 */
function dbx_connect($module, $host, $database, $username, $password, $persistent = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Open a connection/database
 *
 * @phpstub
 *
 * @param mixed $module
 * @param string $host
 * @param string $database
 * @param string $username
 * @param string $password
 * @param int $persistent
 *
 * @return object Returns an object on success, false on error. If a connection has been
 *                made but the database could not be selected, the connection is closed and
 *                false is returned.
 */
function dbx_connect($module, $host, $database, $username, $password, $persistent = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 d2a10d11e2f45f607be99681d83bc795
Eval Count 0
Decode Time 84 ms