PHP 8.3.4 Released!

EventBufferEvent::setPriority

(PECL event >= 1.2.6-beta)

EventBufferEvent::setPriorityAssign a priority to a bufferevent

Description

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

Assign a priority to a bufferevent

Warning

Only supported for socket buffer events

Parameters

priority

Priority value.

Return Values

Returns true on success or false on failure.

add a note

User Contributed Notes

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