parrotcode: PHP syslog Standard Library | |
Contents | Language Implementations | Pipp |
php_syslog.pir - PHP syslog Standard Library
bool closelog(void)
void define_syslog_variables(void)
bool openlog(string ident, int option, int facility)
bool syslog(int priority, string message)
|