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 a cURL session * * @phpstub * * @param resource $ch * * @retur..

Decoded Output download

<?php

/**
 * Perform a cURL session
 *
 * @phpstub
 *
 * @param resource $ch
 *
 * @return mixed However, if the
 *               option is , it will return
 *               the result on success, false on failure.
 */
function curl_exec($ch)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Perform a cURL session
 *
 * @phpstub
 *
 * @param resource $ch
 *
 * @return mixed However, if the
 *               option is , it will return
 *               the result on success, false on failure.
 */
function curl_exec($ch)
{
}

Function Calls

None

Variables

None

Stats

MD5 1a9bdb6742f04a709530e8a0be5cd05a
Eval Count 0
Decode Time 116 ms