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 /** * Execute a query on an InterBase database * * @phpstub * * @param resourc..
Decoded Output download
<?php
/**
* Execute a query on an InterBase database
*
* @phpstub
*
* @param resource $link_identifier
* @param string $query
* @param int $bind_args
*
* @return resource If the query raises an error, returns false. If it is successful and
* there is a (possibly empty) result set (such as with a SELECT query),
* returns a result identifier. If the query was successful and there were
* no results, returns true.
*/
function ibase_query($link_identifier = NULL, $query, $bind_args = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Execute a query on an InterBase database
*
* @phpstub
*
* @param resource $link_identifier
* @param string $query
* @param int $bind_args
*
* @return resource If the query raises an error, returns false. If it is successful and
* there is a (possibly empty) result set (such as with a SELECT query),
* returns a result identifier. If the query was successful and there were
* no results, returns true.
*/
function ibase_query($link_identifier = NULL, $query, $bind_args = NULL)
{
}
Function Calls
None |
Stats
MD5 | 834bc166253b3216f80c6a7f2b1674c6 |
Eval Count | 0 |
Decode Time | 96 ms |