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 (delete) a FrontBase database * * @phpstub * * @param string $datab..

Decoded Output download

<?php

/**
 * Drop (delete) a FrontBase database
 *
 * @phpstub
 *
 * @param string $database_name
 * @param resource $link_identifier
 *
 * @return bool 
 */
function fbsql_drop_db($database_name, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Drop (delete) a FrontBase database
 *
 * @phpstub
 *
 * @param string $database_name
 * @param resource $link_identifier
 *
 * @return bool 
 */
function fbsql_drop_db($database_name, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 20e4e9b454d48b670237d7036ce7613d
Eval Count 0
Decode Time 72 ms