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 as an associative array, a numeric array, or both * * @..
Decoded Output download
<?php
/**
* Fetch a result row as an associative array, a numeric array, or both
*
* @phpstub
*
* @param resource $result
* @param int $result_type
*
* @return array Returns an array that corresponds to the fetched row, or false
* if there are no more rows.
*/
function fbsql_fetch_array($result, $result_type = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch a result row as an associative array, a numeric array, or both
*
* @phpstub
*
* @param resource $result
* @param int $result_type
*
* @return array Returns an array that corresponds to the fetched row, or false
* if there are no more rows.
*/
function fbsql_fetch_array($result, $result_type = NULL)
{
}
Function Calls
None |
Stats
MD5 | e9df05454c8ac36761db4604bb831835 |
Eval Count | 0 |
Decode Time | 83 ms |