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 /** * Gets a record from a database as an indexed array * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Gets a record from a database as an indexed array
 *
 * @phpstub
 *
 * @param int $dbase_identifier
 * @param int $record_number
 *
 * @return array An indexed array with the record. This array will also include an associative
 *               key named  which is set to 1 if the record has been
 *               marked for deletion (see ).
 */
function dbase_get_record($dbase_identifier, $record_number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets a record from a database as an indexed array
 *
 * @phpstub
 *
 * @param int $dbase_identifier
 * @param int $record_number
 *
 * @return array An indexed array with the record. This array will also include an associative
 *               key named  which is set to 1 if the record has been
 *               marked for deletion (see ).
 */
function dbase_get_record($dbase_identifier, $record_number)
{
}

Function Calls

None

Variables

None

Stats

MD5 54641c31642c3cf7952cce7ed92f9738
Eval Count 0
Decode Time 77 ms