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 the query timeout value of the request * * @phpstub * * @param resou..
Decoded Output download
<?php
/**
* Get the query timeout value of the request
*
* @phpstub
*
* @param resource $req_identifier
*
* @return int Success: the query timeout value of the current request. Units of msec.
*/
function cubrid_get_query_timeout($req_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the query timeout value of the request
*
* @phpstub
*
* @param resource $req_identifier
*
* @return int Success: the query timeout value of the current request. Units of msec.
*/
function cubrid_get_query_timeout($req_identifier)
{
}
Function Calls
None |
Stats
MD5 | fc33ea07e0cb532d6e4dc1099ccfa44e |
Eval Count | 0 |
Decode Time | 110 ms |