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