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 that was begun with * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * Commits a transaction that was begun with
 *
 * @phpstub
 *
 * @param resource $conn
 *
 * @return bool 
 */
function sqlsrv_commit($conn)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Commits a transaction that was begun with
 *
 * @phpstub
 *
 * @param resource $conn
 *
 * @return bool 
 */
function sqlsrv_commit($conn)
{
}

Function Calls

None

Variables

None

Stats

MD5 8dab80d82c63e4b913560cedf9a16c40
Eval Count 0
Decode Time 94 ms