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 define ("ARG", 25, true); echo arg; function arg(); <?php>..
Decoded Output download
<?php
define ("ARG", 25, true);
echo arg;
function arg();
<?php> ?>
Did this file decode correctly?
Original Code
<?php
define ("ARG", 25, true);
echo arg;
function arg();
<?php>
Function Calls
| None |
Stats
| MD5 | c74934f85f41fccef94a897ab4f3ec16 |
| Eval Count | 0 |
| Decode Time | 97 ms |