位置: 编程技术 - 正文
推荐整理分享PHP:easter_days()的用法_日历函数(php strrev),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php0day,php reverse,php reverse,php -r,php -r,php-parser,phpparser,php-parser,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
easter_days — 得到指定年份的3月日到复活节之间的天数
说明 int easter_days ([ int $year [, int $method = CAL_EASTER_DEFAULT ]] )返回指定年份的3月日到复活节之间的天数,如果没有指定年份,默认是当年。
这个函数可以用来代替easter_date()函数来计算Unix时间戳以外年份的复活节日期。(比如年以前或年以后)
复活节的日期是由尼西亚议会在AD年确定的为每年春分月圆后的第一个星期日。春分一般是在3月日,这就简化为只要计算满月的日期和紧挨的星期日的日期。这里所用的算法是在年由Dionysius Exiguus所介绍的,参考了Julian历法和Gregorian历法这两个历法来提高精确度。(在年以前用Julian历法计算,该历法是一个以年为周期来确定月亮的相位的历法。在年以后用Gregorian历法计算,该历法由Clavius和Lilius发明,由Pope Gregory 8世在年推广)
参数year
正数形式的年份
method当设置为CAL_EASTER_ROMAN时可以用Gregorian历法来计算-之间的复活节日期。更多可用的常量参考calendar constants。
返回值根据给定参数year年份而返回的3月日至复活节的天数。
更新日志版本 说明 Since 4.3.0 参数year 可选,缺省默认值是当年。 Since 4.3.0 引入参数 method。
范例
Example #1 easter_days() example
<?phpechoeaster_days();//,i.e.April4echoeaster_days();//,i.e.Aprilechoeaster_days();//2,i.e.March?> 参见easter_date() - 得到指定年份的复活节午夜时的Unix时间戳。
PHP:cal_days_in_month()的用法_日历函数 cal_days_in_month(PHP4=4.1.0,PHP5)cal_days_in_month返回某个历法中某年中某月的天数说明intcal_days_in_month(int$calendar,int$month,int$year)该函数返回特定历法中的某年中的
PHP:cal_info()的用法_日历函数 cal_info(PHP4=4.1.0,PHP5)cal_info返回选定历法的信息说明arraycal_info([int$calendar=-1])cal_info()返回选定calendar的作息。历法信息以一个数组的形式返回,包含的元素
PHP:mdecrypt_generic()的用法_Mcrypt函数 mdecrypt_generic(PHP4=4.0.2,PHP5)mdecrypt_generic解密数据说明stringmdecrypt_generic(resource$td,string$data)解密数据。请注意,由于存在数据补齐的情况,返回字符串的长
标签: php strrev
本文链接地址:https://www.jiuchutong.com/biancheng/287393.html 转载请保留说明!友情链接: 武汉网站建设