php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_syslog.c File Reference
#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,...)
 

Function Documentation

◆ php_closelog()

void php_closelog ( void )

Definition at line 80 of file php_syslog.c.

◆ php_openlog()

void php_openlog ( const char * ident,
int option,
int facility )

Definition at line 74 of file php_syslog.c.

◆ php_syslog()

PHPAPI void php_syslog ( int priority,
const char * format,
... )

Definition at line 106 of file php_syslog.c.

◆ php_syslog_str()

PHPAPI void php_syslog_str ( int priority,
const zend_string * message )

Definition at line 35 of file php_syslog.c.