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 /** * Return information about a parameter in a prepared query * * @phpstub * ..
Decoded Output download
<?php
/**
* Return information about a parameter in a prepared query
*
* @phpstub
*
* @param resource $query
* @param int $param_number
*
* @return array Returns an array with the following keys: ,
* , ,
* and .
*/
function ibase_param_info($query, $param_number)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return information about a parameter in a prepared query
*
* @phpstub
*
* @param resource $query
* @param int $param_number
*
* @return array Returns an array with the following keys: ,
* , ,
* and .
*/
function ibase_param_info($query, $param_number)
{
}
Function Calls
None |
Stats
MD5 | 656449bc848613d45a9a8809e9726c32 |
Eval Count | 0 |
Decode Time | 84 ms |