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 /** * Read from BLOB/CLOB data. * * @phpstub * * @param resource $lob_identifi..
Decoded Output download
<?php
/**
* Read from BLOB/CLOB data.
*
* @phpstub
*
* @param resource $lob_identifier
* @param int $len
*
* @return string Returns the contents as a string.
*/
function cubrid_lob2_read($lob_identifier, $len)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Read from BLOB/CLOB data.
*
* @phpstub
*
* @param resource $lob_identifier
* @param int $len
*
* @return string Returns the contents as a string.
*/
function cubrid_lob2_read($lob_identifier, $len)
{
}
Function Calls
None |
Stats
MD5 | 9b4c19e1b66048acc5a7a9e04213a8c2 |
Eval Count | 0 |
Decode Time | 90 ms |