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 /** * Bind a lob object or a string as a lob object to a prepared statement as par..

Decoded Output download

<?php

/**
 * Bind a lob object or a string as a lob object to a prepared statement as parameters.
 *
 * @phpstub
 *
 * @param resource $req_identifier
 * @param int $bind_index
 * @param mixed $bind_value
 * @param string $bind_value_type
 *
 * @return bool true, when process is successful.
 */
function cubrid_lob2_bind($req_identifier, $bind_index, $bind_value, $bind_value_type = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Bind a lob object or a string as a lob object to a prepared statement as parameters.
 *
 * @phpstub
 *
 * @param resource $req_identifier
 * @param int $bind_index
 * @param mixed $bind_value
 * @param string $bind_value_type
 *
 * @return bool true, when process is successful.
 */
function cubrid_lob2_bind($req_identifier, $bind_index, $bind_value, $bind_value_type = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 26ef0d7ef1ba9ea1af8dd0f7df735db8
Eval Count 0
Decode Time 91 ms