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 /** * Close a set of cURL handles * * @phpstub * * @param resource $mh * * @..

Decoded Output download

<?php

/**
 * Close a set of cURL handles
 *
 * @phpstub
 *
 * @param resource $mh
 *
 * @return void 
 */
function curl_multi_close($mh)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Close a set of cURL handles
 *
 * @phpstub
 *
 * @param resource $mh
 *
 * @return void 
 */
function curl_multi_close($mh)
{
}

Function Calls

None

Variables

None

Stats

MD5 049e25eb53e8351e78ee9fa5da30e95e
Eval Count 0
Decode Time 125 ms