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 data from glo and send it to std output * * @phpstub * * @param res..
Decoded Output download
<?php
/**
* Read data from glo and send it to std output
*
* @phpstub
*
* @param resource $conn_identifier
* @param string $oid
*
* @return int true, when process is successful.
*/
function cubrid_send_glo($conn_identifier, $oid)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Read data from glo and send it to std output
*
* @phpstub
*
* @param resource $conn_identifier
* @param string $oid
*
* @return int true, when process is successful.
*/
function cubrid_send_glo($conn_identifier, $oid)
{
}
Function Calls
None |
Stats
MD5 | 578a9158604c8a820711ce3a91e57ca7 |
Eval Count | 0 |
Decode Time | 986 ms |