CakeFest 2024: The Official CakePHP Conference

Event::getSupportedMethods

(PECL event >= 1.2.6-beta)

Event::getSupportedMethodsReturns array with of the names of the methods supported in this version of Libevent

说明

public static Event::getSupportedMethods(): array

Returns array with of the names of the methods(backends) supported in this version of Libevent.

参数

此函数没有参数。

返回值

Returns array.

参见

add a note

User Contributed Notes

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