(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.
Bu işlevin bağımsız değişkeni yoktur.
Return seaslog.default_basepath as string.
Örnek 1 SeasLog::getBasePath() example
<?php
var_dump(SeasLog::getBasePath());
?>
Yukarıdaki örnek şuna benzer bir çıktı üretir:
string(12) "/var/log/www"