PHP jdmonthname() 函数
PHP 教程
· 2019-01-23 08:29:00
实例
返回 1998 年 1 月 13 日这天的格利高里历法的月份简写字符串:
<?php
$jd=gregoriantojd(1,13,1998);
echo jdmonthname($jd,0);
?>
$jd=gregoriantojd(1,13,1998);
echo jdmonthname($jd,0);
?>
定义和用法
jdmonthname() 函数返回月的名称。
语法
jdmonthname(jd,mode);
| 参数 | 描述 |
|---|---|
| jd | 必需。数字(儒略日计数)。 |
| mode | 可选。定义把儒略日计数转换为哪种历法,以及如何返回月份名称(全称还是简写)。模式值:
|
技术细节
| 返回值: | 返回指定儒略日和 calendar 的月的名称。 |
|---|---|
| PHP 版本: | 4+ |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
The Filter Bubble
Eli Pariser / Penguin Press / 2011-5-12 / GBP 16.45
In December 2009, Google began customizing its search results for each user. Instead of giving you the most broadly popular result, Google now tries to predict what you are most likely to click on. Ac......一起来看看 《The Filter Bubble》 这本书的介绍吧!