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 /** * Returns or sets the AUTOCOMMIT state for a database connection * * @phpstu..

Decoded Output download

<?php

/**
 * Returns or sets the AUTOCOMMIT state for a database connection
 *
 * @phpstub
 *
 * @param resource $connection
 * @param bool $value
 *
 * @return mixed When  receives only the
 *               parameter, it returns the current state
 *               of AUTOCOMMIT for the requested connection as an integer value. A value of
 *               0 indicates that AUTOCOMMIT is off, while a value of 1 indicates that
 *               AUTOCOMMIT is on.
 */
function db2_autocommit($connection, $value = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns or sets the AUTOCOMMIT state for a database connection
 *
 * @phpstub
 *
 * @param resource $connection
 * @param bool $value
 *
 * @return mixed When  receives only the
 *               parameter, it returns the current state
 *               of AUTOCOMMIT for the requested connection as an integer value. A value of
 *               0 indicates that AUTOCOMMIT is off, while a value of 1 indicates that
 *               AUTOCOMMIT is on.
 */
function db2_autocommit($connection, $value = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 f750109724f727966a9b606bfa0faf1d
Eval Count 0
Decode Time 110 ms