array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'event.getsupportedmethods.php', 1 => 'Event::getSupportedMethods', 2 => 'Returns array with of the names of the methods supported in this version of Libevent', ), 'up' => array ( 0 => 'class.event.php', 1 => 'Event', ), 'prev' => array ( 0 => 'event.free.php', 1 => 'Event::free', ), 'next' => array ( 0 => 'event.pending.php', 1 => 'Event::pending', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/event/event/getsupportedmethods.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Event::getSupportedMethods

(PECL event >= 1.2.6-beta)

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

Açıklama

public static Event::getSupportedMethods(): array

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

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns array.

Ayrıca Bakınız