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 FrontBase database * * @phpstub * * @param string $database_nam..
Decoded Output download
<?php
/**
* Create a FrontBase database
*
* @phpstub
*
* @param string $database_name
* @param resource $link_identifier
* @param string $database_options
*
* @return bool
*/
function fbsql_create_db($database_name, $link_identifier = NULL, $database_options = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a FrontBase database
*
* @phpstub
*
* @param string $database_name
* @param resource $link_identifier
* @param string $database_options
*
* @return bool
*/
function fbsql_create_db($database_name, $link_identifier = NULL, $database_options = NULL)
{
}
Function Calls
None |
Stats
MD5 | 53297db093b7345f33e02363adb07d75 |
Eval Count | 0 |
Decode Time | 83 ms |