SeasLog::setBasePath

(PECL seaslog >=1.0.0)

SeasLog::setBasePath设置 SeasLog 根目录

说明

public static SeasLog::setBasePath(string $base_path): bool

设置 SeasLog 根目录。

参数

base_path

String.

返回值

设置根目录成功返回 TRUE,失败返回 FALSE。

示例

示例 #1 SeasLog::setBasePath() 示例

<?php

/* ... */

?>

以上示例的输出类似于:

...
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top