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 /** * Submits a command and separate parameters to the server without waiting for ..

Decoded Output download

<?php

/**
 * Submits a command and separate parameters to the server without waiting for the result(s).
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $query
 * @param array $params
 *
 * @return bool 
 */
function pg_send_query_params($connection, $query, $params)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Submits a command and separate parameters to the server without waiting for the result(s).
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $query
 * @param array $params
 *
 * @return bool 
 */
function pg_send_query_params($connection, $query, $params)
{
}

Function Calls

None

Variables

None

Stats

MD5 398a42955b5347d113db66f7dcf56f63
Eval Count 0
Decode Time 75 ms