SeasLog::getDatetimeFormat
(PECL seaslog >=1.0.0)
SeasLog::getDatetimeFormat — Get SeasLog datetime format style
説明
Get SeasLog datetime format style. Use the Function SeasLog::getDatetimeFormat() will get the value of seaslog.default_datetime_format what configured in php.ini(seaslog.ini).
パラメータ
この関数にはパラメータはありません。
戻り値
Get SeasLog datetime format style of seaslog.default_datetime_format. Use the Function SeasLog::setDatetimeFormat() will change this value.
例
例1 SeasLog::getDatetimeFormat() example
<?php
var_dump(SeasLog::getDateTimeFormat());
var_dump(SeasLog::setDateTimeFormat('Ymd His'));
var_dump(SeasLog::getDateTimeFormat());
?>
上の例の出力は、 たとえば以下のようになります。
string(11) "Y-m-d H:i:s" bool(true) string(7) "Ymd His"
参考
- SeasLog::setDatetimeFormat() - Set 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