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 /** * Ping a server connection or reconnect if there is no connection * * @phpst..
Decoded Output download
<?php
/**
* Ping a server connection or reconnect if there is no connection
*
* @phpstub
*
* @param resource $conn_identifier
*
* @return bool Returns true if the connection to the server CUBRID server is working, otherwise false.
*/
function cubrid_ping($conn_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Ping a server connection or reconnect if there is no connection
*
* @phpstub
*
* @param resource $conn_identifier
*
* @return bool Returns true if the connection to the server CUBRID server is working, otherwise false.
*/
function cubrid_ping($conn_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | 529391bb62b717c16848400bbd3d6101 |
Eval Count | 0 |
Decode Time | 88 ms |