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 /** * Export the lob object to a file. * * @phpstub * * @param resource $lob_i..
Decoded Output download
<?php
/**
* Export the lob object to a file.
*
* @phpstub
*
* @param resource $lob_identifier
* @param string $file_name
*
* @return bool true if the process is successful and false for failure.
*/
function cubrid_lob2_export($lob_identifier, $file_name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Export the lob object to a file.
*
* @phpstub
*
* @param resource $lob_identifier
* @param string $file_name
*
* @return bool true if the process is successful and false for failure.
*/
function cubrid_lob2_export($lob_identifier, $file_name)
{
}
Function Calls
None |
Stats
MD5 | dee7edcca52f1aaca10f0c19965e50d8 |
Eval Count | 0 |
Decode Time | 91 ms |