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 /** * Remove a multi handle from a set of cURL handles * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Remove a multi handle from a set of cURL handles
*
* @phpstub
*
* @param resource $mh
* @param resource $ch
*
* @return int Returns 0 on success, or one of the error
* codes.
*/
function curl_multi_remove_handle($mh, $ch)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Remove a multi handle from a set of cURL handles
*
* @phpstub
*
* @param resource $mh
* @param resource $ch
*
* @return int Returns 0 on success, or one of the error
* codes.
*/
function curl_multi_remove_handle($mh, $ch)
{
}
Function Calls
None |
Stats
MD5 | 4113a1527de53ce8c2f41a5af05d45e9 |
Eval Count | 0 |
Decode Time | 76 ms |