亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

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
瑞昌市| 怀安县| 晋中市| 临颍县| 绥阳县| 额敏县| 兴海县| 府谷县| 文登市| 赞皇县| 商丘市| 磴口县| 灵璧县| 鹤山市| 共和县| 延安市| 法库县| 桦南县| 社旗县| 绥宁县| 武陟县| 张家港市| 光泽县| 六安市| 溧阳市| 柳林县| 滨州市| 铁岭市| 聂拉木县| 定日县| 英山县| 抚远县| 民丰县| 天门市| 灵石县| 麟游县| 普兰店市| 石渠县| 星子县| 门源| 吕梁市|