PHP 8.1.28 Released!

SeasLog::setBasePath

(PECL seaslog >=1.0.0)

SeasLog::setBasePathSet SeasLog base path

Beschreibung

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

Set SeasLog base path.

Parameter-Liste

base_path

String.

Rückgabewerte

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

Beispiele

Beispiel #1 SeasLog::setBasePath() example

<?php

/* ... */

?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...
add a note

User Contributed Notes

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