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 /** * Rolls back a transaction that was begun with * * @phpstub * * @param res..
Decoded Output download
<?php
/**
* Rolls back a transaction that was begun with
*
* @phpstub
*
* @param resource $conn
*
* @return bool
*/
function sqlsrv_rollback($conn)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Rolls back a transaction that was begun with
*
* @phpstub
*
* @param resource $conn
*
* @return bool
*/
function sqlsrv_rollback($conn)
{
}
Function Calls
None |
Stats
MD5 | b7d8d8bc65c51e3ad9c6aa27370a8898 |
Eval Count | 0 |
Decode Time | 88 ms |