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 /** * Tell the precision of a field * * @phpstub * * @param resource $statemen..

Decoded Output download

<?php

/**
 * Tell the precision of a field
 *
 * @phpstub
 *
 * @param resource $statement
 * @param int $field
 *
 * @return int Returns the precision as an integer, or false on errors.
 */
function oci_field_precision($statement, $field)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Tell the precision of a field
 *
 * @phpstub
 *
 * @param resource $statement
 * @param int $field
 *
 * @return int Returns the precision as an integer, or false on errors.
 */
function oci_field_precision($statement, $field)
{
}

Function Calls

None

Variables

None

Stats

MD5 79065332abdc21fa77ce1809b7e58469
Eval Count 0
Decode Time 285 ms