Php/docs/seaslog.setdatetimeformat
来自菜鸟教程
SeasLog::setDatetimeFormat
(PECL seaslog >=1.0.0)
SeasLog::setDatetimeFormat — 设置 SeasLog 日期格式
说明
public static SeasLog::setDatetimeFormat
( string $format
) : bool
设置 SeasLog 日期格式。
Warning 本函数还未编写文档,仅有参数列表。
返回值
Return TRUE on setted datetime format success, FALSE on failure.
范例
Example #1 SeasLog::setDatetimeFormat() example
<?phpvar_dump(SeasLog::setDateTimeFormat('Ymd His'));?>
以上例程的输出类似于:
bool(true)