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 /** * Binds a PHP variable to an Oracle placeholder * * @phpstub * * @param re..

Decoded Output download

<?php

/**
 * Binds a PHP variable to an Oracle placeholder
 *
 * @phpstub
 *
 * @param resource $statement
 * @param string $bv_name
 * @param mixed $variable
 * @param int $maxlength
 * @param int $type
 *
 * @return bool 
 */
function oci_bind_by_name($statement, $bv_name, &$variable, $maxlength = -1, $type = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Binds a PHP variable to an Oracle placeholder
 *
 * @phpstub
 *
 * @param resource $statement
 * @param string $bv_name
 * @param mixed $variable
 * @param int $maxlength
 * @param int $type
 *
 * @return bool 
 */
function oci_bind_by_name($statement, $bv_name, &$variable, $maxlength = -1, $type = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 9979f554856737257470aece6d7a0b80
Eval Count 0
Decode Time 66 ms