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 /** * Get a result row as an enumerated array * * @phpstub * * @param resource..

Decoded Output download

<?php

/**
 * Get a result row as an enumerated array
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return array Returns an array that corresponds to the fetched row where each result
 *               column is stored in an offset, starting at offset 0, or false if there
 *               are no more rows.
 */
function fbsql_fetch_row($result)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get a result row as an enumerated array
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return array Returns an array that corresponds to the fetched row where each result
 *               column is stored in an offset, starting at offset 0, or false if there
 *               are no more rows.
 */
function fbsql_fetch_row($result)
{
}

Function Calls

None

Variables

None

Stats

MD5 3028717b723b1761eaf557916ca03796
Eval Count 0
Decode Time 80 ms