functions-online

strftime

说明

返回用给定的格式字串对给出的 $timestamp 进行格式输出后的字符串。如果没有给出时间戳则用当前的本地时间。月份和星期几以及其它和语言有关的字符串写法和用 setlocale() 设定的当前的区域有关。

申报 strftime

string strftime ( string $format [, int $timestamp ] )

在线测试的 strftime







share strftime

注释 strftime

+

Leave your comment