Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function showMessage() { echo "Welcome to Mobilefish.com"; } showMessage(); ..
Decoded Output download
function showMessage() {
echo "Welcome to Mobilefish.com";
}
showMessage();
Did this file decode correctly?
Original Code
function showMessage() {
echo "Welcome to Mobilefish.com";
}
showMessage();
Function Calls
showMessage | 1 |
Stats
MD5 | 58680522a289d5d1a378e39668315921 |
Eval Count | 0 |
Decode Time | 34 ms |