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 field's value from the fetched row * * @phpstub * * @param resou..
Decoded Output download
<?php
/**
* Returns field's value from the fetched row
*
* @phpstub
*
* @param resource $statement
* @param mixed $field
*
* @return mixed Returns everything as strings except for abstract types (ROWIDs, LOBs and
* FILEs). Returns false on error.
*/
function oci_result($statement, $field)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns field's value from the fetched row
*
* @phpstub
*
* @param resource $statement
* @param mixed $field
*
* @return mixed Returns everything as strings except for abstract types (ROWIDs, LOBs and
* FILEs). Returns false on error.
*/
function oci_result($statement, $field)
{
}
Function Calls
None |
Stats
MD5 | e79372c17f23616e5d92dbddfb8abe91 |
Eval Count | 0 |
Decode Time | 86 ms |