(PECL seaslog >=1.0.0)
SeasLog::getBasePath — 獲得 SeasLog 根目錄
使用函數(shù) SeasLog::getBasePath() 可以獲得在 php.ini(seaslog.ini) 中設(shè)置的seaslog.default_basepath。
如果使用函數(shù) Seaslog::setBasePath(),將改變函數(shù)取值。
此函數(shù)沒有參數(shù)。
Return seaslog.default_basepath as string.
示例 #1 SeasLog::getBasePath() example
<?php
var_dump(SeasLog::getBasePath());
?>
以上例程的輸出類似于:
string(12) "/var/log/www"