English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The openlog() function opens a connection with the system logger.
bool openlog ( string $ident , int $option , int $facility )
It is used to open a connection with the system logger
Returns true on success, false on failure.
Serial number | Parameters and descriptions |
---|---|
1 | ident String identifier added to each message |
2 | option It is used to indicate which options the system logger uses |
3 | facility It is used to specify the program type of the message recording process |