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 the outstanding database transaction * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Rolls back the outstanding database transaction
 *
 * @phpstub
 *
 * @param resource $connection
 *
 * @return bool 
 */
function oci_rollback($connection)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Rolls back the outstanding database transaction
 *
 * @phpstub
 *
 * @param resource $connection
 *
 * @return bool 
 */
function oci_rollback($connection)
{
}

Function Calls

None

Variables

None

Stats

MD5 8ad274ebd071920f488b324c5625ea5d
Eval Count 0
Decode Time 86 ms