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 /** * Toggle autocommit behaviour * * @phpstub * * @param resource $connection..
Decoded Output download
<?php
/**
* Toggle autocommit behaviour
*
* @phpstub
*
* @param resource $connection_id
* @param bool $OnOff
*
* @return mixed Without the parameter, this function returns
* auto-commit status for . Non-zero is
* returned if auto-commit is on, 0 if it is off, or false if an error
* occurs.
*/
function odbc_autocommit($connection_id, $OnOff = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Toggle autocommit behaviour
*
* @phpstub
*
* @param resource $connection_id
* @param bool $OnOff
*
* @return mixed Without the parameter, this function returns
* auto-commit status for . Non-zero is
* returned if auto-commit is on, 0 if it is off, or false if an error
* occurs.
*/
function odbc_autocommit($connection_id, $OnOff = false)
{
}
Function Calls
None |
Stats
MD5 | 133ba84df13bb3fc19fef71aea2fbaee |
Eval Count | 0 |
Decode Time | 94 ms |