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 /** * Returns an object with properties representing columns in the fetched row *..
Decoded Output download
<?php
/**
* Returns an object with properties representing columns in the fetched row
*
* @phpstub
*
* @param resource $stmt
* @param int $row_number
*
* @return object Returns an object representing a single row in the result set. The
* properties of the object map to the names of the columns in the result set.
*/
function db2_fetch_object($stmt, $row_number = -1)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns an object with properties representing columns in the fetched row
*
* @phpstub
*
* @param resource $stmt
* @param int $row_number
*
* @return object Returns an object representing a single row in the result set. The
* properties of the object map to the names of the columns in the result set.
*/
function db2_fetch_object($stmt, $row_number = -1)
{
}
Function Calls
None |
Stats
MD5 | a3a60ac2b6d9c311bf94481fc330b2f7 |
Eval Count | 0 |
Decode Time | 76 ms |