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 /** * Returns the type of a statement * * @phpstub * * @param resource $statem..
Decoded Output download
<?php
/**
* Returns the type of a statement
*
* @phpstub
*
* @param resource $statement
*
* @return string Returns the type of as one of the
* following strings.
*/
function oci_statement_type($statement)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the type of a statement
*
* @phpstub
*
* @param resource $statement
*
* @return string Returns the type of as one of the
* following strings.
*/
function oci_statement_type($statement)
{
}
Function Calls
| None |
Stats
| MD5 | cbb1f42c22f0ae91daf8e3f4320df415 |
| Eval Count | 0 |
| Decode Time | 90 ms |