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 variables to a prepared statement as parameters * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Bind variables 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_bind($req_identifier, $bind_index, $bind_value, $bind_value_type = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Bind variables 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_bind($req_identifier, $bind_index, $bind_value, $bind_value_type = NULL)
{
}
Function Calls
None |
Stats
MD5 | f51c9bb98f0a73188f22f094fcf3632a |
Eval Count | 0 |
Decode Time | 104 ms |