Event::getSupportedMethods
PHP Manual
PHP Manual»Event»Event::getSupportedMethods

Event::getSupportedMethods

(PECL event >= 1.2.6-beta)

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

Опис

public static function Event::getSupportedMethods(): array

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns array.

Прогляньте також

To Top