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 row as array * * @phpstub * * @param resource $result * @param in..
Decoded Output download
<?php
/**
* Fetch row as array
*
* @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 msql_fetch_array($result, $result_type = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch row as array
*
* @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 msql_fetch_array($result, $result_type = NULL)
{
}
Function Calls
None |
Stats
MD5 | 181a5f7a9e81a9f7fd994baf8b71adca |
Eval Count | 0 |
Decode Time | 85 ms |