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) mSQL database * * @phpstub * * @param string $database_nam..

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 04f34999ed4e2eca121d44fe4d48b65e
Eval Count 0
Decode Time 69 ms