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 /** * Switch autocommit on or off * * @phpstub * * @param resource $link * *..

Decoded Output download

<?php

/**
 * Switch autocommit on or off
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return bool 
 */
function ingres_autocommit($link)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Switch autocommit on or off
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return bool 
 */
function ingres_autocommit($link)
{
}

Function Calls

None

Variables

None

Stats

MD5 4b8ef05b23ecd8eead6a77ef420a36ef
Eval Count 0
Decode Time 81 ms