PHP - Manual: seaslog_get_author
2024-11-14
(PECL seaslog >=1.0.0)
seaslog_get_author — 获取 SeasLog 作者
此函数没有参数。
返回一个 SeasLog 作者的字符串
示例 #1 seaslog_get_author() example
<?phpvar_dump(seaslog_get_author());?>
以上例程的输出类似于:
string(29) "Chitao.Gao [ neeke@php.net ]"
官方地址:https://www.php.net/manual/en/function.seaslog-get-author.php