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 /** * Get BLOB/CLOB data size * * @phpstub * * @param resource $lob_identifier..
Decoded Output download
<?php
/**
* Get BLOB/CLOB data size
*
* @phpstub
*
* @param resource $lob_identifier
*
* @return string A string representing LOB data size, when process is successful.
*/
function cubrid_lob_size($lob_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get BLOB/CLOB data size
*
* @phpstub
*
* @param resource $lob_identifier
*
* @return string A string representing LOB data size, when process is successful.
*/
function cubrid_lob_size($lob_identifier)
{
}
Function Calls
| None |
Stats
| MD5 | ffec6507359c0488c5eb23046417e65a |
| Eval Count | 0 |
| Decode Time | 101 ms |