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 /** * Open a new connection to the MaxDB server * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Open a new connection to the MaxDB server
*
* @phpstub
*
* @param string $host
* @param string $username
* @param string $passwd
* @param string $dbname
* @param int $port
* @param string $socket
*
* @return resource Returns a resource which represents the connection to a MaxDB Server or
* false if the connection failed.
*/
function maxdb_connect($host = NULL, $username = NULL, $passwd = NULL, $dbname = NULL, $port = false, $socket = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Open a new connection to the MaxDB server
*
* @phpstub
*
* @param string $host
* @param string $username
* @param string $passwd
* @param string $dbname
* @param int $port
* @param string $socket
*
* @return resource Returns a resource which represents the connection to a MaxDB Server or
* false if the connection failed.
*/
function maxdb_connect($host = NULL, $username = NULL, $passwd = NULL, $dbname = NULL, $port = false, $socket = NULL)
{
}
Function Calls
None |
Stats
MD5 | 93139a88307d116f3b922af2e67c4073 |
Eval Count | 0 |
Decode Time | 100 ms |