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 extract($_POST); require("methods.php"); $data = $_POST; // $obj = new allf..

Decoded Output download

<?php 
extract($_POST); 
require("methods.php"); 
$data = $_POST; //      
$obj = new allfunction(); 
$obj->$method($data); 
?> 

Did this file decode correctly?

Original Code

<?php
extract($_POST);
require("methods.php");
$data = $_POST; //     
$obj = new allfunction();
$obj->$method($data);
?>

Function Calls

extract 1

Variables

None

Stats

MD5 537c376cc0b58e220e7eabed0018957c
Eval Count 0
Decode Time 87 ms