Php/docs/function.seaslog-get-author
From Get docs
(PECL seaslog >=1.0.0)
seaslog_get_author — Get SeasLog author.
seaslog_get_author ( ) : string
This function has no parameters.
Return SeasLog author as string.
Example #1 seaslog_get_author() example
<?phpvar_dump(seaslog_get_author());?>
The above example will output something similar to:
string(29) "Chitao.Gao [ [email protected] ]"