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 array, indexed by column position, representing a row in a result..
Decoded Output download
<?php
/**
* Returns an array, indexed by column position, representing a row in a result set
*
* @phpstub
*
* @param resource $stmt
* @param int $row_number
*
* @return array Returns a 0-indexed array with column values indexed by the column position
* representing the next or requested row in the result set. Returns false if
* there are no rows left in the result set, or if the row requested by
* does not exist in the result set.
*/
function db2_fetch_array($stmt, $row_number = -1)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns an array, indexed by column position, representing a row in a result set
*
* @phpstub
*
* @param resource $stmt
* @param int $row_number
*
* @return array Returns a 0-indexed array with column values indexed by the column position
* representing the next or requested row in the result set. Returns false if
* there are no rows left in the result set, or if the row requested by
* does not exist in the result set.
*/
function db2_fetch_array($stmt, $row_number = -1)
{
}
Function Calls
None |
Stats
MD5 | cd4a87b4939f8679fc0213d8cefffa52 |
Eval Count | 0 |
Decode Time | 91 ms |