(PECL seaslog >=1.0.0)
SeasLog::setDatetimeFormat — Set SeasLog datetime format style
Set SeasLog datetime format style.
This function is currently not documented; only its argument list is available.
formatReturn TRUE on setted datetime format success, FALSE on failure.
Example #1 SeasLog::setDatetimeFormat() example
<?php
var_dump(SeasLog::setDateTimeFormat('Ymd His'));
?>The above example will output something similar to:
bool(true)