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 /** * Prepares an SQL statement to be executed * * @phpstub * * @param resourc..

Decoded Output download

<?php

/**
 * Prepares an SQL statement to be executed
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $statement
 * @param array $options
 *
 * @return resource Returns a statement resource if the SQL statement was successfully parsed and
 *                  prepared by the database server. Returns false if the database server
 *                  returned an error. You can determine which error was returned by calling
 *                  or .
 */
function db2_prepare($connection, $statement, $options = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Prepares an SQL statement to be executed
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $statement
 * @param array $options
 *
 * @return resource Returns a statement resource if the SQL statement was successfully parsed and
 *                  prepared by the database server. Returns false if the database server
 *                  returned an error. You can determine which error was returned by calling
 *                  or .
 */
function db2_prepare($connection, $statement, $options = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 c25ff6aac293ff52052b75669a279168
Eval Count 0
Decode Time 80 ms