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 /** * Open a persistent PostgreSQL connection * * @phpstub * * @param string $..

Decoded Output download

<?php

/**
 * Open a persistent PostgreSQL connection
 *
 * @phpstub
 *
 * @param string $connection_string
 * @param int $connect_type
 *
 * @return resource PostgreSQL connection resource on success, false on failure.
 */
function pg_pconnect($connection_string, $connect_type = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Open a persistent PostgreSQL connection
 *
 * @phpstub
 *
 * @param string $connection_string
 * @param int $connect_type
 *
 * @return resource PostgreSQL connection resource on success, false on failure.
 */
function pg_pconnect($connection_string, $connect_type = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 1f65ec7672507632e049535ca38a6dff
Eval Count 0
Decode Time 95 ms