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 error code for the most recent function call * * @phpstub * * @retur..
Decoded Output download
<?php
/**
* Get error code for the most recent function call
*
* @phpstub
*
* @return int Error code of the error that occurred, or (zero) if no
* error occurred.
*/
function cubrid_error_code()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get error code for the most recent function call
*
* @phpstub
*
* @return int Error code of the error that occurred, or (zero) if no
* error occurred.
*/
function cubrid_error_code()
{
}
Function Calls
None |
Stats
MD5 | 0bd532b11c880eec40b361b58f1e83fb |
Eval Count | 0 |
Decode Time | 84 ms |