• PHP Video Tutorials

PHP - Function openlog



Syntax

bool openlog ( string $ident , int $option , int $facility )

Definition and Usage

It used to open connection to system logger

Return Values

It Returns true value on success or false value on failure.

Parameters

Sr.No Parameters & Description
1

ident

The string ident added to each message

2

ident

The string ident added to each message

3

option

It is used to indicats the what options are using to system logger

4

facility

It is used to specifies the what type of program is logging the message

php_function_reference.htm
Advertisements