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 /** * Drop a Lotus Notes database * * @phpstub * * @param string $database_nam..
Decoded Output download
<?php
/**
* Drop a Lotus Notes database
*
* @phpstub
*
* @param string $database_name
*
* @return bool
*/
function notes_drop_db($database_name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Drop a Lotus Notes database
*
* @phpstub
*
* @param string $database_name
*
* @return bool
*/
function notes_drop_db($database_name)
{
}
Function Calls
None |
Stats
MD5 | fe149c74274e703baac40cee13855c2b |
Eval Count | 0 |
Decode Time | 87 ms |