91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

php中日期相關函數有哪些

PHP
養魚的貓咪
300
2021-03-24 12:12:42
欄目: 編程語言

php中日期相關函數有哪些

php中日期相關的函數有date_create、date_diff、strtotime、microtime常見的幾種

1.date_create函數

date_create函數作用:

php中date_create函數的作用是用于返回一個新的DateTime對象。

date_create函數語法:

date_create(time,timezone);

參數:

time:規定日期時間字符串。

timezone:規定time的時區。

date_create函數使用方法:

例:創建一個DateTime對象,并格式化輸出

$date=date_create("2021-03-23");

echo date_format($date,"Y/m/d");

2.date_diff函數

date_diff函數作用:

php中date_diff函數的作用是用于返回兩個DateTime對象間的差值。

date_diff函數語法:

date_diff(datetime1,datetime2)

date_diff函數使用方法:

例:計算時間2020-03-23至2021-03-23的差值

$date1=date_create("2020-03-23");

$date2=date_create("2021-03-23");

$diff=date_diff($date1,$date2);

3.strtotime函數

strtotime函數作用:

php中strtotime函數的作用是將字符串的日期時間解析為Unix時間戳。

strtotime函數語法:

strtotime(time,now);

strtotime函數使用方法:

echo(strtotime("next Monday") ;

echo(strtotime("last Sunday"));

4.microtime函數

microtime函數作用:

php中microtime函數的作用是返回當前Unix時間戳的微秒數。

microtime函數語法:

microtime();

microtime函數使用方法:

echo(microtime());

0
渭南市| 仲巴县| 佛山市| 定日县| 自贡市| 湘潭市| 英吉沙县| 四川省| 清苑县| 罗甸县| 瓦房店市| 汝城县| 乾安县| 开封市| 南木林县| 永和县| 德安县| 普安县| 梁河县| 图片| 门头沟区| 万年县| 新建县| 绍兴县| 获嘉县| 岳西县| 连城县| 奈曼旗| 尼木县| 荆州市| 灵寿县| 盐源县| 九江县| 屏边| 宁乡县| 永和县| 城口县| 伊金霍洛旗| 汤原县| 察哈| 黑龙江省|