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 /** * Close LOB object. * * @phpstub * * @param resource $lob_identifier * *..
Decoded Output download
<?php
/**
* Close LOB object.
*
* @phpstub
*
* @param resource $lob_identifier
*
* @return bool true, on success.
*/
function cubrid_lob2_close($lob_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Close LOB object.
*
* @phpstub
*
* @param resource $lob_identifier
*
* @return bool true, on success.
*/
function cubrid_lob2_close($lob_identifier)
{
}
Function Calls
None |
Stats
MD5 | 72c2e4ad1ab7a2fed1731ab2be4b0ef6 |
Eval Count | 0 |
Decode Time | 96 ms |