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 /** * Prepare an SQL statement for execution * * @phpstub * * @param resource ..
Decoded Output download
<?php
/**
* Prepare an SQL statement for execution
*
* @phpstub
*
* @param resource $stmt
* @param string $query
*
* @return bool
*/
function maxdb_stmt_prepare($stmt, $query)
{
}
/**
* Prepare an SQL statement for execution
*
* @phpstub
*
* @param string $query
*
* @return mixed
*/
function maxdb_stmt_prepare($query)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Prepare an SQL statement for execution
*
* @phpstub
*
* @param resource $stmt
* @param string $query
*
* @return bool
*/
function maxdb_stmt_prepare($stmt, $query)
{
}
/**
* Prepare an SQL statement for execution
*
* @phpstub
*
* @param string $query
*
* @return mixed
*/
function maxdb_stmt_prepare($query)
{
}
Function Calls
None |
Stats
MD5 | 4811d825ccad244b3a6bbd7103d8ccd7 |
Eval Count | 0 |
Decode Time | 104 ms |