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 /** * Add a normal cURL handle to a cURL multi handle * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Add a normal cURL handle to a cURL multi handle
 *
 * @phpstub
 *
 * @param resource $mh
 * @param resource $ch
 *
 * @return int Returns 0 on success, or one of the  errors
 *             code.
 */
function curl_multi_add_handle($mh, $ch)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Add a normal cURL handle to a cURL multi handle
 *
 * @phpstub
 *
 * @param resource $mh
 * @param resource $ch
 *
 * @return int Returns 0 on success, or one of the  errors
 *             code.
 */
function curl_multi_add_handle($mh, $ch)
{
}

Function Calls

None

Variables

None

Stats

MD5 3d9744390c9a8d9b95d6f9158ad1c42f
Eval Count 0
Decode Time 77 ms