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