event_priority_set

(PECL libevent >= 0.0.5)

event_priority_setAssign a priority to an event.

설명

bool event_priority_set ( resource $event , int $priority )

Assign a priority to the event.

인수

event

Valid event resource.

priority

Priority level. Cannot be less than zero and cannot exceed maximum priority level of the event base (see event_base_priority_init()).

반환값

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

add a note add a note

User Contributed Notes

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