SeasLog::setBasePath

(PECL seaslog >=1.0.0)

SeasLog::setBasePathSet SeasLog base path

Açıklama

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

Set SeasLog base path.

Bağımsız Değişkenler

base_path

String.

Dönen Değerler

Return TRUE on setted base path success, FALSE on failure.

Örnekler

Örnek 1 SeasLog::setBasePath() example

<?php

/* ... */

?>

Yukarıdaki örnek şuna benzer bir çıktı üretir:

...
add a note

User Contributed Notes

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