EventBufferEvent::setPriority

(PECL event >= 1.2.6-beta)

EventBufferEvent::setPriorityAssign a priority to a bufferevent

Beschreibung

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

Assign a priority to a bufferevent

Warnung

Only supported for socket buffer events

Parameter-Liste

priority

Priority value.

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.

add a note add a note

User Contributed Notes

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