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 /** * Sends a request to create a prepared statement with the given parameters, wi..

Decoded Output download

<?php

/**
 * Sends a request to create a prepared statement with the given parameters, without waiting for completion.
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $stmtname
 * @param string $query
 *
 * @return bool Returns true on success, false on failure.  Use
 *              to determine the query result.
 */
function pg_send_prepare($connection, $stmtname, $query)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sends a request to create a prepared statement with the given parameters, without waiting for completion.
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $stmtname
 * @param string $query
 *
 * @return bool Returns true on success, false on failure.  Use
 *              to determine the query result.
 */
function pg_send_prepare($connection, $stmtname, $query)
{
}

Function Calls

None

Variables

None

Stats

MD5 1fd2b21bb80dd2f6964846383b21e5eb
Eval Count 0
Decode Time 85 ms