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 /** * Begins a database transaction * * @phpstub * * @param resource $conn * ..

Decoded Output download

<?php

/**
 * Begins a database transaction
 *
 * @phpstub
 *
 * @param resource $conn
 *
 * @return bool 
 */
function sqlsrv_begin_transaction($conn)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Begins a database transaction
 *
 * @phpstub
 *
 * @param resource $conn
 *
 * @return bool 
 */
function sqlsrv_begin_transaction($conn)
{
}

Function Calls

None

Variables

None

Stats

MD5 464ff57345b1063a922811d1229d519b
Eval Count 0
Decode Time 98 ms