English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

PHP closelog() Function Usage and Example

PHP HTTP Reference Manual

The Closelog() function closes the system log link.

Syntax

bool closelog(void)

Definition and Usage

 closelog() closes the descriptor used for communication and writes to the system log. closelog() is optional.

Return Value

If successful, returns true; otherwise, returns false

PHP HTTP Reference Manual