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 /** * Frees all resources associated with statement or cursor * * @phpstub * *..

Decoded Output download

<?php

/**
 * Frees all resources associated with statement or cursor
 *
 * @phpstub
 *
 * @param resource $statement
 *
 * @return bool 
 */
function oci_free_statement($statement)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Frees all resources associated with statement or cursor
 *
 * @phpstub
 *
 * @param resource $statement
 *
 * @return bool 
 */
function oci_free_statement($statement)
{
}

Function Calls

None

Variables

None

Stats

MD5 4aeee97020d0435413bce3d70c18a9d6
Eval Count 0
Decode Time 91 ms