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 /** * Copy a Lotus Notes database * * @phpstub * * @param string $from_databas..
Decoded Output download
<?php
/**
* Copy a Lotus Notes database
*
* @phpstub
*
* @param string $from_database_name
* @param string $to_database_name
*
* @return bool
*/
function notes_copy_db($from_database_name, $to_database_name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Copy a Lotus Notes database
*
* @phpstub
*
* @param string $from_database_name
* @param string $to_database_name
*
* @return bool
*/
function notes_copy_db($from_database_name, $to_database_name)
{
}
Function Calls
None |
Stats
MD5 | 78ec785b14186ca2b49b9abe6a8e4b42 |
Eval Count | 0 |
Decode Time | 81 ms |