ibase_free_event_handler

(PHP 5, PHP 7)

ibase_free_event_handlerCancels a registered event handler

설명

bool ibase_free_event_handler ( resource $event )

This function causes the registered event handler specified by event to be cancelled. The callback function will no longer be called for the events it was registered to handle.

인수

event

An event resource, created by ibase_set_event_handler().

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

참고

add a note add a note

User Contributed Notes

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