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
* @param string $class_name
* @param array $params
*
* @return object Returns an ``object`` with string properties that correspond to the
* fetched row, or false if there are no more rows.
*/
function mysql_fetch_object($result, $class_name = NULL, $params = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch a result row as an object
*
* @phpstub
*
* @param resource $result
* @param string $class_name
* @param array $params
*
* @return object Returns an ``object`` with string properties that correspond to the
* fetched row, or false if there are no more rows.
*/
function mysql_fetch_object($result, $class_name = NULL, $params = array())
{
}
Function Calls
None |
Stats
MD5 | 538f0449cac4b0742a8696acc82e3e74 |
Eval Count | 0 |
Decode Time | 94 ms |