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 cURL session * * @phpstub * * @param resource $ch * * @return ..
Decoded Output download
<?php
/**
* Close a cURL session
*
* @phpstub
*
* @param resource $ch
*
* @return void
*/
function curl_close($ch)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Close a cURL session
*
* @phpstub
*
* @param resource $ch
*
* @return void
*/
function curl_close($ch)
{
}
Function Calls
None |
Stats
MD5 | 2b32509f35a0c464318d971a2c2daabe |
Eval Count | 0 |
Decode Time | 77 ms |