SeasLog::setBasePath

(PECL seaslog >=1.0.0)

SeasLog::setBasePathSet SeasLog base path

Opis

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

Set SeasLog base path.

Parametry

base_path

String.

Zwracane wartości

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

Przykłady

Przykład #1 SeasLog::setBasePath() example

<?php

/* ... */

?>

Powyższy przykład wyświetli coś podobnego do:

...
add a note add a note

User Contributed Notes

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