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 /** * Stop a database on local or remote server * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Stop a database on local or remote server
 *
 * @phpstub
 *
 * @param string $database_name
 * @param resource $link_identifier
 *
 * @return bool 
 */
function fbsql_stop_db($database_name, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Stop a database on local or remote server
 *
 * @phpstub
 *
 * @param string $database_name
 * @param resource $link_identifier
 *
 * @return bool 
 */
function fbsql_stop_db($database_name, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 61d1363050927eae2e01b96594c16680
Eval Count 0
Decode Time 131 ms