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 /** * Executes a statement * * @phpstub * * @param resource $statement * @par..
Decoded Output download
<?php
/**
* Executes a statement
*
* @phpstub
*
* @param resource $statement
* @param int $mode
*
* @return bool
*/
function oci_execute($statement, $mode = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Executes a statement
*
* @phpstub
*
* @param resource $statement
* @param int $mode
*
* @return bool
*/
function oci_execute($statement, $mode = false)
{
}
Function Calls
None |
Stats
MD5 | 491b880a346c5a0fab4125cd8df62e32 |
Eval Count | 0 |
Decode Time | 75 ms |