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 /** * Fetch all HTTP request headers * * @phpstub * * @return array An associa..

Decoded Output download

<?php

/**
 * Fetch all HTTP request headers
 *
 * @phpstub
 *
 * @return array An associative array of all the HTTP headers in the current request, or
 *               false on failure.
 */
function getallheaders()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch all HTTP request headers
 *
 * @phpstub
 *
 * @return array An associative array of all the HTTP headers in the current request, or
 *               false on failure.
 */
function getallheaders()
{
}

Function Calls

None

Variables

None

Stats

MD5 79d3772f5a314d856e79bb73fd4e8bf6
Eval Count 0
Decode Time 76 ms