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 class Palindrome { public static function isPalindrome($word) { ..
Decoded Output download
<?php
class Palindrome
{
public static function isPalindrome($word)
{
return $word;
}
}
echo Palindrome::isPalindrome('Deleveled'); ?>
Did this file decode correctly?
Original Code
<?php
class Palindrome
{
public static function isPalindrome($word)
{
return $word;
}
}
echo Palindrome::isPalindrome('Deleveled');
Function Calls
| None |
Stats
| MD5 | 93e01669d302c53d5b8af46ba1791254 |
| Eval Count | 0 |
| Decode Time | 86 ms |