SeasLog::getBasePath
(PECL seaslog >=1.0.0)
SeasLog::getBasePath — Get SeasLog base path.
説明
Use the Function SeasLog::getBasePath() will get the value of seaslog.default_basepath what configured in php.ini(seaslog.ini).
If you use Seaslog::setBasePath(), will change the result.
パラメータ
この関数にはパラメータはありません。
戻り値
Return seaslog.default_basepath as string.
例
例1 SeasLog::getBasePath() example
<?php
var_dump(SeasLog::getBasePath());
?>
上の例の出力は、 たとえば以下のようになります。
string(12) "/var/log/www"
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google