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 /** * Prepares a statement for execution * * @phpstub * * @param resource $con..
Decoded Output download
<?php
/**
* Prepares a statement for execution
*
* @phpstub
*
* @param resource $connection_id
* @param string $query_string
*
* @return resource Returns an ODBC result identifier if the SQL command was prepared
* successfully. Returns false on error.
*/
function odbc_prepare($connection_id, $query_string)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Prepares a statement for execution
*
* @phpstub
*
* @param resource $connection_id
* @param string $query_string
*
* @return resource Returns an ODBC result identifier if the SQL command was prepared
* successfully. Returns false on error.
*/
function odbc_prepare($connection_id, $query_string)
{
}
Function Calls
None |
Stats
MD5 | 2997545535b227ac279d15cf7052e825 |
Eval Count | 0 |
Decode Time | 88 ms |