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 row as object * * @phpstub * * @param resource $result * * @retu..
Decoded Output download
<?php
/**
* Fetch row as 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 mssql_fetch_object($result)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch row as 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 mssql_fetch_object($result)
{
}
Function Calls
None |
Stats
MD5 | 9fcfd1045b934fd7188ea5c674ff314d |
Eval Count | 0 |
Decode Time | 70 ms |