EventBufferEvent::setPriority
Assign a priority to a bufferevent
Description
public
bool
EventBufferEvent::setPriority
(
int
$priority
)
Warning
Only supported for socket buffer events
Parameters
-
priority
-
Priority value.
Return Values
Returns TRUE
on success. Otherwise FALSE
.