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 /** * Sets the result set pointer to the next row or requested row * * @phpstub ..

Decoded Output download

<?php

/**
 * Sets the result set pointer to the next row or requested row
 *
 * @phpstub
 *
 * @param resource $stmt
 * @param int $row_number
 *
 * @return bool Returns true if the requested row exists in the result set. Returns
 *              false if the requested row does not exist in the result set.
 */
function db2_fetch_row($stmt, $row_number = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the result set pointer to the next row or requested row
 *
 * @phpstub
 *
 * @param resource $stmt
 * @param int $row_number
 *
 * @return bool Returns true if the requested row exists in the result set. Returns
 *              false if the requested row does not exist in the result set.
 */
function db2_fetch_row($stmt, $row_number = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 c49e73993ee06e7284eda441fc3c8392
Eval Count 0
Decode Time 79 ms