Wait for an event to be posted by the database (original) (raw)

ibase_wait_event

(PHP 5, PHP 7 < 7.4.0)

ibase_wait_event — Wait for an event to be posted by the database

Description

ibase_wait_event ( string $event_name1 [, string $... ] ) : string

ibase_wait_event ( resource $connection , string $event_name1 [, string $... ] ) : string

Parameters

event_name1

The event name.

...

Return Values

Returns the name of the event that was posted.

See Also