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 /** * Returns the current in-transaction status of the server. * * @phpstub * ..

Decoded Output download

<?php

/**
 * Returns the current in-transaction status of the server.
 *
 * @phpstub
 *
 * @param resource $connection
 *
 * @return int The status can be  (currently idle),
 *             (a command is in progress),
 *             (idle, in a valid transaction block),
 *             or  (idle, in a failed transaction block).
 *             is reported if the connection is bad.
 *             is reported only when a query
 *             has been sent to the server and not yet completed.
 */
function pg_transaction_status($connection)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the current in-transaction status of the server.
 *
 * @phpstub
 *
 * @param resource $connection
 *
 * @return int The status can be  (currently idle),
 *             (a command is in progress),
 *             (idle, in a valid transaction block),
 *             or  (idle, in a failed transaction block).
 *             is reported if the connection is bad.
 *             is reported only when a query
 *             has been sent to the server and not yet completed.
 */
function pg_transaction_status($connection)
{
}

Function Calls

None

Variables

None

Stats

MD5 386afbfc75ecbb64299ace87a2bc44ad
Eval Count 0
Decode Time 97 ms