中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

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
册亨县| 资溪县| 二手房| 神池县| 临猗县| 昭通市| 禹州市| 运城市| 沙坪坝区| 鞍山市| 安顺市| 娱乐| 西华县| 新津县| 贵南县| 霸州市| 和龙市| 东明县| 灵山县| 平武县| 屏山县| 东乌| 格尔木市| 天气| 会泽县| 杂多县| 安康市| 廉江市| 郯城县| 怀来县| 商洛市| 江西省| 红桥区| 自治县| 丹阳市| 台北市| 乐安县| 汉阴县| 张北县| 莱西市| 罗田县|