mysql_to_rfc3339()
mysql_to_rfc3339( string $date_string ) 为ISO8601(Y-m-dT…
mysql_to_rfc3339( string $date_string )
为ISO8601(Y-m-dTH:i:s)解析并格式化MySQL日期时间(Y-m-d H:i:s)。
Parses and formats a MySQL datetime (Y-m-d H:i:s) for ISO8601 (Y-m-dTH:i:s).
目录锚点:#说明#参数#返回#源码
说明(Description)
显式删除时区,因为日期时间不与任何时区信息一起保存。包括任何关于抵消的信息都可能是误导性的。
尽管有历史函数名,但输出不符合RFC3339格式,该格式必须包含时区。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$date_string | (string) | 必需 | 要分析和格式化的日期字符串。 |
返回(Return)
(string)为不带时区的ISO8601格式化的日期。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/functions.php:6768 | 3 | 1 function |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!