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 /** * Commits a transaction * * @phpstub * * @param resource $connection * *..
Decoded Output download
<?php
/**
* Commits a transaction
*
* @phpstub
*
* @param resource $connection
*
* @return bool
*/
function db2_commit($connection)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Commits a transaction
*
* @phpstub
*
* @param resource $connection
*
* @return bool
*/
function db2_commit($connection)
{
}
Function Calls
None |
Stats
MD5 | d191151950678271cf1eaf57599c1f5f |
Eval Count | 0 |
Decode Time | 98 ms |