update page now
PHP 8.5.2 Released!

EventBase::__construct

(PECL event >= 1.2.6-beta)

EventBase::__constructConstrói objeto EventBase

Descrição

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

Constrói objeto EventBase.

Parâmetros

cfg

Objeto EventConfig opcional.

Erros/Exceções

Se EventBase não puder ser construído com a configuração informada, uma exceção EventException será lançada.

Veja Também

add a note

User Contributed Notes

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