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 associative array, a numeric array, or both * * @..

Decoded Output download

<?php

/**
 * Fetch a result row as an associative array, a numeric array, or both
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $result_type
 *
 * @return array Returns an array that corresponds to the fetched row, or false if there
 *               are no more rows.
 */
function mssql_fetch_array($result, $result_type = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch a result row as an associative array, a numeric array, or both
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $result_type
 *
 * @return array Returns an array that corresponds to the fetched row, or false if there
 *               are no more rows.
 */
function mssql_fetch_array($result, $result_type = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 e5c82eafb2e358f62d94d7e47426cdbc
Eval Count 0
Decode Time 83 ms