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 function fn_ab12cd34($f4e5d6a7) { $b9c8d7e6 = "Hello, " . $f4e5d6a7; retu..
Decoded Output download
<?php
function fn_ab12cd34($f4e5d6a7) {
$b9c8d7e6 = "Hello, " . $f4e5d6a7;
return $b9c8d7e6;
}
echo fn_ab12cd34("World");
Did this file decode correctly?
Original Code
<?php
function fn_ab12cd34($f4e5d6a7) {
$b9c8d7e6 = "Hello, " . $f4e5d6a7;
return $b9c8d7e6;
}
echo fn_ab12cd34("World");
Function Calls
fn_ab12cd34 | 1 |
Stats
MD5 | bc6ed8e402f55f91ffae04f48c03ce6e |
Eval Count | 0 |
Decode Time | 65 ms |