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