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 next row from a query as an associative array * * @phpstub * ..
Decoded Output download
<?php
/**
* Returns the next row from a query as an associative array
*
* @phpstub
*
* @param resource $statement
*
* @return array Returns an associative array. If there are no more rows in
* the then false is returned.
*/
function oci_fetch_assoc($statement)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the next row from a query as an associative array
*
* @phpstub
*
* @param resource $statement
*
* @return array Returns an associative array. If there are no more rows in
* the then false is returned.
*/
function oci_fetch_assoc($statement)
{
}
Function Calls
None |
Stats
MD5 | 77be3f75fdc9b07821c48255dffb192d |
Eval Count | 0 |
Decode Time | 78 ms |