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 /** * Get connection is busy or not * * @phpstub * * @param resource $connecti..
Decoded Output download
<?php
/**
* Get connection is busy or not
*
* @phpstub
*
* @param resource $connection
*
* @return bool Returns true if the connection is busy, false otherwise.
*/
function pg_connection_busy($connection)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get connection is busy or not
*
* @phpstub
*
* @param resource $connection
*
* @return bool Returns true if the connection is busy, false otherwise.
*/
function pg_connection_busy($connection)
{
}
Function Calls
None |
Stats
MD5 | b16894520f345d00fbc53d928edeeb79 |
Eval Count | 0 |
Decode Time | 100 ms |