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 /** * Send a query and fetch all results (if any) * * @phpstub * * @param obje..
Decoded Output download
<?php
/**
* Send a query and fetch all results (if any)
*
* @phpstub
*
* @param object $link_identifier
* @param string $sql_statement
* @param int $flags
*
* @return mixed returns an object or
* on success, and on failure. The result object is
* returned only if the query given in
* produces a result set (i.e. a SELECT query, even if the result set is
* empty).
*/
function dbx_query($link_identifier, $sql_statement, $flags = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Send a query and fetch all results (if any)
*
* @phpstub
*
* @param object $link_identifier
* @param string $sql_statement
* @param int $flags
*
* @return mixed returns an object or
* on success, and on failure. The result object is
* returned only if the query given in
* produces a result set (i.e. a SELECT query, even if the result set is
* empty).
*/
function dbx_query($link_identifier, $sql_statement, $flags = NULL)
{
}
Function Calls
None |
Stats
MD5 | 5a7ddc12b05ad3cfe6a0292e7a6c89ce |
Eval Count | 0 |
Decode Time | 251 ms |