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 /** * Get or set the database name used with a connection * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Get or set the database name used with a connection
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $database
 *
 * @return string Returns the name of the database used with this connection.
 */
function fbsql_database($link_identifier, $database = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get or set the database name used with a connection
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $database
 *
 * @return string Returns the name of the database used with this connection.
 */
function fbsql_database($link_identifier, $database = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 1de5edfce19c5e17c84fa81287fc3b8e
Eval Count 0
Decode Time 83 ms