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 namespace Controllers; class Abc extends \gene\Controller{ function run(){ echo '..
Decoded Output download
<?php
namespace Controllers;
class Abc extends \gene\Controller{
function run(){
echo ' Abc run ';
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Controllers;
class Abc extends \gene\Controller{
function run(){
echo ' Abc run ';
}
}
Function Calls
None |
Stats
MD5 | 8b4cf8ee4541d4bcc089bd30d984537e |
Eval Count | 0 |
Decode Time | 93 ms |