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 /** * Perform custom request * * @phpstub * * @param int $method * @param str..
Decoded Output download
<?php
/**
* Perform custom request
*
* @phpstub
*
* @param int $method
* @param string $url
* @param string $body
* @param array $options
* @param array $info
*
* @return string
*/
function http_request($method, $url, $body = NULL, $options = array(), &$info = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Perform custom request
*
* @phpstub
*
* @param int $method
* @param string $url
* @param string $body
* @param array $options
* @param array $info
*
* @return string
*/
function http_request($method, $url, $body = NULL, $options = array(), &$info = array())
{
}
Function Calls
None |
Stats
MD5 | 2134533653cf30a7619de8bc9d9002e2 |
Eval Count | 0 |
Decode Time | 77 ms |