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 to the server and waits for the result, with the ability t..
Decoded Output download
<?php
/**
* Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.
*
* @phpstub
*
* @param resource $connection
* @param string $query
* @param array $params
*
* @return resource A query result resource on success.
*/
function pg_query_params($connection = NULL, $query, $params)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.
*
* @phpstub
*
* @param resource $connection
* @param string $query
* @param array $params
*
* @return resource A query result resource on success.
*/
function pg_query_params($connection = NULL, $query, $params)
{
}
Function Calls
None |
Stats
MD5 | ff36c2a85f92e9db8e342df5951f5ff6 |
Eval Count | 0 |
Decode Time | 93 ms |