update pague now
PHP 8.5.2 Released!

EventBase::__construct

(PECL event >= 1.2.6-beta)

EventBase::__construct Constructs EventBase object

Description

public EventBase::__construct ( EventConfig $cfg = ? )

Constructs EventBase object

Parameters

cfg

Optional EventConfig object.

Errors/Exceptions

If EventBase cannot be constructed with the provided configuration, a EventException will be thrown.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top