EventBufferEvent::setPriority

(PECL event >= 1.2.6-beta)

EventBufferEvent::setPriorityAssign a priority to a bufferevent

Açıklama

public EventBufferEvent::setPriority( int $priority ): bool

Assign a priority to a bufferevent

Uyarı

Only supported for socket buffer events

Bağımsız Değişkenler

priority

Priority value.

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

add a note

User Contributed Notes

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