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 the number of records in a database * * @phpstub * * @param int $db..
Decoded Output download
<?php
/**
* Gets the number of records in a database
*
* @phpstub
*
* @param int $dbase_identifier
*
* @return int The number of records in the database, or false if an error occurs.
*/
function dbase_numrecords($dbase_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the number of records in a database
*
* @phpstub
*
* @param int $dbase_identifier
*
* @return int The number of records in the database, or false if an error occurs.
*/
function dbase_numrecords($dbase_identifier)
{
}
Function Calls
None |
Stats
MD5 | a6f45da8db2ed02c221ee2e908eff7f4 |
Eval Count | 0 |
Decode Time | 77 ms |