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 /** * Selects a database and executes a query on it * * @phpstub * * @param st..

Decoded Output download

<?php

/**
 * Selects a database and executes a query on it
 *
 * @phpstub
 *
 * @param string $database
 * @param string $query
 * @param resource $link_identifier
 *
 * @return resource Returns a positive MySQL result resource to the query result,
 *                  or false on error. The function also returns true/false for
 *                  //
 *                  queries to indicate success/failure.
 */
function mysql_db_query($database, $query, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Selects a database and executes a query on it
 *
 * @phpstub
 *
 * @param string $database
 * @param string $query
 * @param resource $link_identifier
 *
 * @return resource Returns a positive MySQL result resource to the query result,
 *                  or false on error. The function also returns true/false for
 *                  //
 *                  queries to indicate success/failure.
 */
function mysql_db_query($database, $query, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 1ceb31c5ad0a8528478d2889b0f7c74d
Eval Count 0
Decode Time 101 ms