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 /** * Executes an SQL statement directly * * @phpstub * * @param resource $con..
Decoded Output download
<?php
/**
* Executes an SQL statement directly
*
* @phpstub
*
* @param resource $connection
* @param string $statement
* @param array $options
*
* @return resource Returns a statement resource if the SQL statement was issued successfully,
* or false if the database failed to execute the SQL statement.
*/
function db2_exec($connection, $statement, $options = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Executes an SQL statement directly
*
* @phpstub
*
* @param resource $connection
* @param string $statement
* @param array $options
*
* @return resource Returns a statement resource if the SQL statement was issued successfully,
* or false if the database failed to execute the SQL statement.
*/
function db2_exec($connection, $statement, $options = array())
{
}
Function Calls
None |
Stats
MD5 | 7dbec2c5787c837bae2eb54999b117aa |
Eval Count | 0 |
Decode Time | 96 ms |