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 MySQL database * * @phpstub * * @param string $database_name *..

Decoded Output download

<?php

/**
 * Create a MySQL database
 *
 * @phpstub
 *
 * @param string $database_name
 * @param resource $link_identifier
 *
 * @return bool 
 */
function mysql_create_db($database_name, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create a MySQL database
 *
 * @phpstub
 *
 * @param string $database_name
 * @param resource $link_identifier
 *
 * @return bool 
 */
function mysql_create_db($database_name, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 bde68c638bd180a3a35c7172a3e84c8f
Eval Count 0
Decode Time 88 ms