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 /** * Get Unix timestamp for midnight on Easter of a given year * * @phpstub * ..
Decoded Output download
<?php
/**
* Get Unix timestamp for midnight on Easter of a given year
*
* @phpstub
*
* @param int $year
*
* @return int The easter date as a unix timestamp.
*/
function easter_date($year = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get Unix timestamp for midnight on Easter of a given year
*
* @phpstub
*
* @param int $year
*
* @return int The easter date as a unix timestamp.
*/
function easter_date($year = NULL)
{
}
Function Calls
| None |
Stats
| MD5 | edaeb800ad9a7a7edfab8fd1881c2fdd |
| Eval Count | 0 |
| Decode Time | 121 ms |