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 connection to a CUBRID Server * * @phpstub * * @param string $hos..
Decoded Output download
<?php
/**
* Open a connection to a CUBRID Server
*
* @phpstub
*
* @param string $host
* @param int $port
* @param string $dbname
* @param string $userid
* @param string $passwd
* @param bool $new_link
*
* @return resource Connection identifier, when process is successful.
*/
function cubrid_connect($host, $port, $dbname, $userid = NULL, $passwd = NULL, $new_link = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Open a connection to a CUBRID Server
*
* @phpstub
*
* @param string $host
* @param int $port
* @param string $dbname
* @param string $userid
* @param string $passwd
* @param bool $new_link
*
* @return resource Connection identifier, when process is successful.
*/
function cubrid_connect($host, $port, $dbname, $userid = NULL, $passwd = NULL, $new_link = false)
{
}
Function Calls
None |
Stats
MD5 | 66d42df5e1c938db7f5bbe16403e3742 |
Eval Count | 0 |
Decode Time | 99 ms |