开发者

how to get current minutes php

开发者 https://www.devze.com 2023-02-01 02:27 出处:网络
i nee开发者_Go百科d a simple script to print the current minutes. but ONLY the minutes(or seconds ^^).

i nee开发者_Go百科d a simple script to print the current minutes. but ONLY the minutes(or seconds ^^). in php


use date('i') to show minutes or date('s') for seconds. http://php.net/manual/en/function.date.php

0

精彩评论

暂无评论...
验证码 换一张
取 消