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 object * * @phpstub * * @param resource $result..
Decoded Output download
<?php
/**
* Fetch a result row as an object
*
* @phpstub
*
* @param resource $result
*
* @return object Returns an object with properties that correspond to the fetched row, or
* false if there are no more rows.
*/
function fbsql_fetch_object($result)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch a result row as an object
*
* @phpstub
*
* @param resource $result
*
* @return object Returns an object with properties that correspond to the fetched row, or
* false if there are no more rows.
*/
function fbsql_fetch_object($result)
{
}
Function Calls
| None |
Stats
| MD5 | 861d597fcb88aec86a23feeadb89035a |
| Eval Count | 0 |
| Decode Time | 89 ms |