SeasLog::setDatetimeFormat
(PECL seaslog >=1.0.0)
SeasLog::setDatetimeFormat — Set SeasLog datetime format style
説明
Set SeasLog datetime format style.
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
format
-
String. Such as `Y-m-d H:i:s` or `Ymd His`. See also first param `format` at date().
戻り値
Return TRUE on setted datetime format success, FALSE on failure.
例
例1 SeasLog::setDatetimeFormat() example
<?php
var_dump(SeasLog::setDateTimeFormat('Ymd His'));
?>
上の例の出力は、 たとえば以下のようになります。
bool(true)
参考
- SeasLog::getDateTimeFormat() - Get SeasLog datetime format style
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google