CakeFest 2024: The Official CakePHP Conference

EventBufferEvent::setPriority

(PECL event >= 1.2.6-beta)

EventBufferEvent::setPriorityAssign a priority to a bufferevent

Descrição

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

Assign a priority to a bufferevent

Aviso

Only supported for socket buffer events

Parâmetros

priority

Priority value.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

add a note

User Contributed Notes

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