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 /** * Set an option for a cURL transfer * * @phpstub * * @param resource $ch ..
Decoded Output download
<?php
/**
* Set an option for a cURL transfer
*
* @phpstub
*
* @param resource $ch
* @param int $option
* @param mixed $value
*
* @return bool
*/
function curl_setopt($ch, $option, $value)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set an option for a cURL transfer
*
* @phpstub
*
* @param resource $ch
* @param int $option
* @param mixed $value
*
* @return bool
*/
function curl_setopt($ch, $option, $value)
{
}
Function Calls
None |
Stats
MD5 | d09da48f5eba481450e021442f14bc93 |
Eval Count | 0 |
Decode Time | 103 ms |