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 a result row from a query as an associative array * * @phpstub * *..
Decoded Output download
<?php
/**
* Fetch a result row from a query as an associative array
*
* @phpstub
*
* @param resource $result
* @param int $fetch_flag
*
* @return array Returns an associative array that corresponds to the fetched row.
* Subsequent calls will return the next row in the result set, or false if
* there are no more rows.
*/
function ibase_fetch_assoc($result, $fetch_flag = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch a result row from a query as an associative array
*
* @phpstub
*
* @param resource $result
* @param int $fetch_flag
*
* @return array Returns an associative array that corresponds to the fetched row.
* Subsequent calls will return the next row in the result set, or false if
* there are no more rows.
*/
function ibase_fetch_assoc($result, $fetch_flag = false)
{
}
Function Calls
None |
Stats
MD5 | 34922bc23a7cb3c614ce0cecbdf1ab30 |
Eval Count | 0 |
Decode Time | 92 ms |