PHP 8.1.28 Released!

closelog

(PHP 4, PHP 5, PHP 7, PHP 8)

closelogシステムログへの接続を閉じる

説明

closelog(): true

closelog() はシステムログへの書きこみに使用されているデスクプリタを閉じます。 closelog() の使用はオプションです。

パラメータ

この関数にはパラメータはありません。

戻り値

常に true を返します。

参考

  • syslog() - システムログのメッセージを生成する
  • openlog() - システムのロガーへの接続をオープンする

add a note

User Contributed Notes

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