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 /** * Return the content of a cURL handle if is set * * @phpstub * * @param r..
Decoded Output download
<?php
/**
* Return the content of a cURL handle if is set
*
* @phpstub
*
* @param resource $ch
*
* @return string Return the content of a cURL handle if is set.
*/
function curl_multi_getcontent($ch)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return the content of a cURL handle if is set
*
* @phpstub
*
* @param resource $ch
*
* @return string Return the content of a cURL handle if is set.
*/
function curl_multi_getcontent($ch)
{
}
Function Calls
None |
Stats
MD5 | 781321a53ee7900d32dc12c3366b75f7 |
Eval Count | 0 |
Decode Time | 96 ms |