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 /** * Commit an ODBC transaction * * @phpstub * * @param resource $connection_..

Decoded Output download

<?php

/**
 * Commit an ODBC transaction
 *
 * @phpstub
 *
 * @param resource $connection_id
 *
 * @return bool 
 */
function odbc_commit($connection_id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Commit an ODBC transaction
 *
 * @phpstub
 *
 * @param resource $connection_id
 *
 * @return bool 
 */
function odbc_commit($connection_id)
{
}

Function Calls

None

Variables

None

Stats

MD5 77c8770ab4fcf0eae0d7c0086390e446
Eval Count 0
Decode Time 77 ms