doc-en
doc-en copied to clipboard
openlog() has a confusing description about it being called with syslog()
From manual page: https://php.net/function.openlog
If the parameter prefix also accepts false as mention through the use of syslog the correct method declaration would be openlog(string|bool $prefix, int $flags, int $facility):bool