seaslog_get_author

(PECL seaslog >=1.0.0)

seaslog_get_authorGet SeasLog author.

Description

seaslog_get_author(): string

Parameters

This function has no parameters.

Return Values

Return SeasLog author as string.

Examples

Example #1 seaslog_get_author() example

<?phpvar_dump(seaslog_get_author());?>

The above example will output something similar to:

string(29) "Chitao.Gao  [ neeke@php.net ]"