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 /** * Disable tracing of a PostgreSQL connection * * @phpstub * * @param resou..
Decoded Output download
<?php
/**
* Disable tracing of a PostgreSQL connection
*
* @phpstub
*
* @param resource $connection
*
* @return bool Always returns true.
*/
function pg_untrace($connection = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Disable tracing of a PostgreSQL connection
*
* @phpstub
*
* @param resource $connection
*
* @return bool Always returns true.
*/
function pg_untrace($connection = NULL)
{
}
Function Calls
None |
Stats
MD5 | 19af0eae8c0fecbbb3ed6709914e0ddb |
Eval Count | 0 |
Decode Time | 99 ms |