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 a transaction * * @phpstub * * @param resource $conn_identifier ..

Decoded Output download

<?php

/**
 * Commit a transaction
 *
 * @phpstub
 *
 * @param resource $conn_identifier
 *
 * @return bool true, when process is successful.
 */
function cubrid_commit($conn_identifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Commit a transaction
 *
 * @phpstub
 *
 * @param resource $conn_identifier
 *
 * @return bool true, when process is successful.
 */
function cubrid_commit($conn_identifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 4c453699d3a19100cbfa7f216b6c3f1c
Eval Count 0
Decode Time 119 ms