php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "syslog.h"
#include <stdio.h>
#include <fcntl.h>
#include <process.h>
#include "php_win32_globals.h"
#include "wsyslog.h"
#include "codepage.h"
Go to the source code of this file.
Functions | |
void | closelog (void) |
void | syslog (int priority, const char *message,...) |
void | vsyslog (int priority, const char *message, va_list args) |
void | openlog (const char *ident, int logopt, int facility) |
void openlog | ( | const char * | ident, |
int | logopt, | ||
int | facility ) |