PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

EventConfig::avoidMethod - Tells libevent to avoid specific event method | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EventConfig::avoidMethod

(PECL event >= 1.2.6-beta)

EventConfig::avoidMethodTells libevent to avoid specific event method

説明

public bool EventConfig::avoidMethod ( string $method )

Tells libevent to avoid specific event method(backend). See » Creating an event base .

パラメータ

method

The backend method to avoid. See EventConfig constants .

返り値

Returns TRUE on success, otherwise FALSE.

例1 EventConfig::avoidMethod() example

<?php
$cfg 
= new EventConfig();
if (
$cfg->avoidMethod("select")) {
    echo 
"`select' method avoided\n";
}
?>

参考


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「EventConfig::avoidMethod - Tells libevent to avoid specific event method」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | EventConfig::avoidMethod - Tells libevent to avoid specific event method」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: