PHP 7.0.6 Released

Event::setPriority

(PECL event >= 1.2.6-beta)

Event::setPrioritySet event priority

Description

public bool Event::setPriority ( int $priority )

Set event priority.

Parameters

priority

The event priority.

Return Values

Returns TRUE on success. Otherwise FALSE.

User Contributed Notes

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