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 /** * Replaces a record in a database * * @phpstub * * @param int $dbase_ident..

Decoded Output download

<?php

/**
 * Replaces a record in a database
 *
 * @phpstub
 *
 * @param int $dbase_identifier
 * @param array $record
 * @param int $record_number
 *
 * @return bool 
 */
function dbase_replace_record($dbase_identifier, $record, $record_number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Replaces a record in a database
 *
 * @phpstub
 *
 * @param int $dbase_identifier
 * @param array $record
 * @param int $record_number
 *
 * @return bool 
 */
function dbase_replace_record($dbase_identifier, $record, $record_number)
{
}

Function Calls

None

Variables

None

Stats

MD5 44837652ea984f6f55c86dd3d99343dc
Eval Count 0
Decode Time 111 ms