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 /** * Free the memory occupied by the result data * * @phpstub * * @param reso..
Decoded Output download
<?php
/**
* Free the memory occupied by the result data
*
* @phpstub
*
* @param resource $req_identifier
*
* @return bool true on success.
*/
function cubrid_free_result($req_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Free the memory occupied by the result data
*
* @phpstub
*
* @param resource $req_identifier
*
* @return bool true on success.
*/
function cubrid_free_result($req_identifier)
{
}
Function Calls
None |
Stats
MD5 | 1b4757f6348c6168d4ad6eee4469dea3 |
Eval Count | 0 |
Decode Time | 84 ms |