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 /** * Gets SQL NOTIFY message * * @phpstub * * @param resource $connection * ..

Decoded Output download

<?php

/**
 * Gets SQL NOTIFY message
 *
 * @phpstub
 *
 * @param resource $connection
 * @param int $result_type
 *
 * @return array An ``array`` containing the  message name and backend PID.
 *               Otherwise if no  is waiting, then false is returned.
 */
function pg_get_notify($connection, $result_type = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets SQL NOTIFY message
 *
 * @phpstub
 *
 * @param resource $connection
 * @param int $result_type
 *
 * @return array An ``array`` containing the  message name and backend PID.
 *               Otherwise if no  is waiting, then false is returned.
 */
function pg_get_notify($connection, $result_type = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 4cc32ff43435f1c107368033fbeea408
Eval Count 0
Decode Time 87 ms