php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "php.h"
#include "php_syslog.h"
#include "zend.h"
#include "zend_smart_string.h"
Go to the source code of this file.
Functions | |
PHPAPI void | php_syslog_str (int priority, const zend_string *message) |
void | php_openlog (const char *ident, int option, int facility) |
void | php_closelog (void) |
PHPAPI void | php_syslog (int priority, const char *format,...) |
Definition at line 80 of file php_syslog.c.
void php_openlog | ( | const char * | ident, |
int | option, | ||
int | facility ) |
Definition at line 74 of file php_syslog.c.
Definition at line 106 of file php_syslog.c.
PHPAPI void php_syslog_str | ( | int | priority, |
const zend_string * | message ) |
Definition at line 35 of file php_syslog.c.