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 /** * Gets cURL version information * * @phpstub * * @param int $age * * @re..

Decoded Output download

<?php

/**
 * Gets cURL version information
 *
 * @phpstub
 *
 * @param int $age
 *
 * @return array Returns an associative array with the following elements:
 */
function curl_version($age = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets cURL version information
 *
 * @phpstub
 *
 * @param int $age
 *
 * @return array Returns an associative array with the following elements:
 */
function curl_version($age = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 a4a648f3e6cbd9c6c53c4120ff643ae8
Eval Count 0
Decode Time 83 ms