DedeCMSV5.7必学二次开发常用PHP函数(2)

例如:EST,MDT(【译者注】在 Windows 下为完整文本格式,例如“Eastern Standard Time”,中文版会显示“中国标准时间”)。

 

Z

 

时差偏移量的秒数。UTC 西边的时区偏移量总是负的,UTC 东边的时区偏移量总是正的。

 

-43200到 43200

 

完整的日期/时间

 

c

 

ISO 8601 格式的日期(PHP 5 新加)

 

2004-02-12T15:19:21+00:00

 

r

 

RFC 822 格式的日期

 

例如:Thu, 21 Dec 2000 16:01:07 +0200

 

U

 

从 Unix 纪元(January 1 1970 00:00:00 GMT)开始至今的秒数

 

参见 time()

 

应用:

{field:pubdate function='MyDate('Y-m-d',@me)'/}  
GetDateTimeMK

功能:返回格式化时间,类似MyData,格式固定为(Y-m-d H:i:s)

应用:

{field:senddata function='GetDateTimeMK(@me)'/}  
FloorTime

功能:将时间转换为距离现在的精确时间

应用:

{field:senddate function='FloorTime(@me)'/}  
HtmlReplace

功能:去除html中的不规则内容字符

应用:

{field:senddate function='HtmlReplace(@me)'/}  
RemoveXSS

功能:去除XSS恶意代码

应用:

{field:keywords function='RemoveXSS(@me)'/}  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/7c89b3fff564ee810ecd8b40b4824a77.html