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 last error found * * @phpstub * * @param resource $resource ..

Decoded Output download

<?php

/**
 * Returns the last error found
 *
 * @phpstub
 *
 * @param resource $resource
 *
 * @return array If no error is found,  returns
 *               false. Otherwise,  returns the
 *               error information as an associative array.
 */
function oci_error($resource = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the last error found
 *
 * @phpstub
 *
 * @param resource $resource
 *
 * @return array If no error is found,  returns
 *               false. Otherwise,  returns the
 *               error information as an associative array.
 */
function oci_error($resource = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 d0fefd66a0654666a64e37cd3996fb9b
Eval Count 0
Decode Time 71 ms