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