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 number of days after March 21 on which Easter falls for a given year * ..
Decoded Output download
<?php
/**
* Get number of days after March 21 on which Easter falls for a given year
*
* @phpstub
*
* @param int $year
* @param int $method
*
* @return int The number of days after March 21st that the Easter Sunday
* is in the given .
*/
function easter_days($year = NULL, $method = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get number of days after March 21 on which Easter falls for a given year
*
* @phpstub
*
* @param int $year
* @param int $method
*
* @return int The number of days after March 21st that the Easter Sunday
* is in the given .
*/
function easter_days($year = NULL, $method = false)
{
}
Function Calls
None |
Stats
MD5 | c43380468a96d02ed5711bd2f4eed3d9 |
Eval Count | 0 |
Decode Time | 88 ms |