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 /** * Fetch one result row into array * * @phpstub * * @param resource $result..
Decoded Output download
<?php
/**
* Fetch one result row into array
*
* @phpstub
*
* @param resource $result_id
* @param array $result_array
* @param int $rownumber
*
* @return int Returns the number of columns in the result;
* false on error.
*/
function odbc_fetch_into($result_id, &$result_array, $rownumber = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch one result row into array
*
* @phpstub
*
* @param resource $result_id
* @param array $result_array
* @param int $rownumber
*
* @return int Returns the number of columns in the result;
* false on error.
*/
function odbc_fetch_into($result_id, &$result_array, $rownumber = NULL)
{
}
Function Calls
None |
Stats
MD5 | 05fd3ee2fbae802c54b94a67ee5d8150 |
Eval Count | 0 |
Decode Time | 95 ms |