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 /** * Deletes a record from a database * * @phpstub * * @param int $dbase_iden..

Decoded Output download

<?php

/**
 * Deletes a record from a database
 *
 * @phpstub
 *
 * @param int $dbase_identifier
 * @param int $record_number
 *
 * @return bool 
 */
function dbase_delete_record($dbase_identifier, $record_number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Deletes a record from a database
 *
 * @phpstub
 *
 * @param int $dbase_identifier
 * @param int $record_number
 *
 * @return bool 
 */
function dbase_delete_record($dbase_identifier, $record_number)
{
}

Function Calls

None

Variables

None

Stats

MD5 ae3e09a0d1626aa1033d79bc9aa3fdbe
Eval Count 0
Decode Time 112 ms