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 /** * Fetches multiple rows from a query into a two-dimensional array * * @phpst..

Decoded Output download

<?php

/**
 * Fetches multiple rows from a query into a two-dimensional array
 *
 * @phpstub
 *
 * @param resource $statement
 * @param array $output
 * @param int $skip
 * @param int $maxrows
 * @param int $flags
 *
 * @return int Returns the number of rows in , which
 *             may be 0 or more, .
 */
function oci_fetch_all($statement, &$output, $skip = false, $maxrows = -1, $flags = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetches multiple rows from a query into a two-dimensional array
 *
 * @phpstub
 *
 * @param resource $statement
 * @param array $output
 * @param int $skip
 * @param int $maxrows
 * @param int $flags
 *
 * @return int Returns the number of rows in , which
 *             may be 0 or more, .
 */
function oci_fetch_all($statement, &$output, $skip = false, $maxrows = -1, $flags = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 9e5a92b045832c9468e17646e28bac77
Eval Count 0
Decode Time 74 ms