|
SeasLog::getDatetimeFormatGet SeasLog datetime format style Description
public static string SeasLog::getDatetimeFormat()
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). ParametersThis function has no parameters. Return ValuesGet SeasLog datetime format style of seaslog.default_datetime_format. Use the Function SeasLog::setDatetimeFormat will change this value. ExamplesExample #1 SeasLog::getDatetimeFormat example
The above example will output something similar to: string(11) "Y-m-d H:i:s" bool(true) string(7) "Ymd His" See Also
|