SeasLog::getBasePath

(PECL seaslog >=1.0.0)

SeasLog::getBasePath獲得 SeasLog 根目錄

說明

public static Seaslog::getBasePath(): string

使用函數(shù) SeasLog::getBasePath() 可以獲得在 php.ini(seaslog.ini) 中設(shè)置的seaslog.default_basepath

如果使用函數(shù) Seaslog::setBasePath(),將改變函數(shù)取值。

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Return seaslog.default_basepath as string.

范例

示例 #1 SeasLog::getBasePath() example

<?php

var_dump
(SeasLog::getBasePath());

?>

以上例程的輸出類似于:

string(12) "/var/log/www"