PHP Conference Japan 2024

ibase_wait_event

(PHP 5, PHP 7 < 7.4.0)

ibase_wait_event等待資料庫張貼事件

說明

ibase_wait_event(字串 $event_name, 字串 ...$event_names): 字串
ibase_wait_event(資源 $connection, 字串 $event_name, 字串 ...$event_names): 字串

此函式會暫停腳本的執行,直到資料庫張貼指定的事件之一。會傳回張貼的事件名稱。此函式最多接受 15 個事件引數。

參數

event_name

事件名稱。

event_names

回傳值

傳回已張貼的事件名稱。

參見

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top