php8.5
Home/ Manual/ seaslog / functions/ seaslog_get_author

seaslog_get_author

PHP function Edit on GitHub ✎

(PECL seaslog >=1.0.0)

Get SeasLog author.

Description

seaslog_get_author(): string

Parameters Parameters

Return Values

Return SeasLog author as string.

Examples

seaslog_get_author() example

php
<?php

var_dump(seaslog_get_author());

?>

The above example will output something similar to:

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

Source: reference/seaslog/functions/seaslog-get-author.xml · from the official PHP manual (php/doc-en)