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 navigator name, in database_name * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Create a navigator name, in database_name
*
* @phpstub
*
* @param string $database_name
* @param string $name
*
* @return bool
*/
function notes_nav_create($database_name, $name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a navigator name, in database_name
*
* @phpstub
*
* @param string $database_name
* @param string $name
*
* @return bool
*/
function notes_nav_create($database_name, $name)
{
}
Function Calls
None |
Stats
MD5 | bb822e0f3131367f51001cd8bfcab069 |
Eval Count | 0 |
Decode Time | 87 ms |