PHP » GoLang |
login |
register |
about
|
GoLang EventListener::__construct
request it (262)
GoLang replacement for PHP's EventListener::__construct
[edit | history]
PHP EventListener::__constructPHP original manual for EventListener::__construct [ show | php.net ]EventListener::__construct(PECL event >= 1.2.6-beta) EventListener::__construct — Creates new connection listener associated with an event base Description
public
EventListener::__construct
(
EventBase
$base
,
callable
$cb
,
mixed
$data
,
int
$flags
,
int
$backlog
,
mixed
$target
)Creates new connection listener associated with an event base. Parameters
Return ValuesReturns EventListener object representing the event connection listener. Changelog
ExamplesExample #1 EventListener::__construct() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|