Statement on glibc/iconv Vulnerability

SeasLog::setBasePath

(PECL seaslog >=1.0.0)

SeasLog::setBasePathSet SeasLog base path

Description

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

Set SeasLog base path.

Liste de paramètres

base_path

String.

Valeurs de retour

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

Exemples

Exemple #1 SeasLog::setBasePath() example

<?php

/* ... */

?>

Résultat de l'exemple ci-dessus est similaire à :

...
add a note

User Contributed Notes

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