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 /** * Enable tracing a PostgreSQL connection * * @phpstub * * @param string $p..

Decoded Output download

<?php

/**
 * Enable tracing a PostgreSQL connection
 *
 * @phpstub
 *
 * @param string $pathname
 * @param string $mode
 * @param resource $connection
 *
 * @return bool 
 */
function pg_trace($pathname, $mode = 'w', $connection = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Enable tracing a PostgreSQL connection
 *
 * @phpstub
 *
 * @param string $pathname
 * @param string $mode
 * @param resource $connection
 *
 * @return bool 
 */
function pg_trace($pathname, $mode = 'w', $connection = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 33cfec3cf55734d3435b299d8b1a4d90
Eval Count 0
Decode Time 98 ms