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 a prepared SQL statement * * @phpstub * * @param resource $stmt..
Decoded Output download
<?php
/**
* Executes a prepared SQL statement
*
* @phpstub
*
* @param resource $stmt
* @param array $parameters
*
* @return bool
*/
function db2_execute($stmt, $parameters = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Executes a prepared SQL statement
*
* @phpstub
*
* @param resource $stmt
* @param array $parameters
*
* @return bool
*/
function db2_execute($stmt, $parameters = array())
{
}
Function Calls
None |
Stats
MD5 | e280ba62de7614dfebe564fe458b4f3c |
Eval Count | 0 |
Decode Time | 67 ms |