検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 404 for event (0.033 sec.)
EvFork ウォッチャーオブジェクトを作る 3761
« EvFork EvFork::createStopped » PHP Manual EvFork EvFork ウォッチャーオブジェクトを作る EvFork: ... EvFork watcher object associated with the current event loop instance EvCheck 関連キーワード: EvFork , オブ ... t , callback , data , priority , 優先 , instance , event , associated ...
https://man.plustar.jp/php/evfork.construct.html - [similar]
現在のプロセスのコードページを設定する 3761
« sapi_windows_cp_is_utf8 sapi_windows_generate_ctrl_event » PHP Manual その他の関数 現在のプロセ ... セス , 設定 , windows , codepage , generate , ctrl , event , 関数 , int , パラメータ ...
https://man.plustar.jp/php/function.sapi-windows-cp-set.html - [similar]
Prevents priority inversion 3744
« EventConfig::setFlags EventDnsBase » PHP Manual EventConfig Prevents priority inversion EventC ... onfig::setMaxDispatchInterval (PECL event >= 2.1.0-alpha) EventConfig::setMaxDispatchInterva ... l — Prevents priority inversion 説明 public EventConfig::setMa ... , int $max_callbacks , int $min_priority ): void Prevents priority inversion by limiting how many low-prior ... ity event callbacks can be invoked before checking for more ...
https://man.plustar.jp/php/eventconfig.setmaxdispatchinterval.html - [similar]
変数名とその値から配列を作成する 3744
« asort count » PHP Manual 配列 関数 変数名とその値から配列を作成する compact (PHP 4, PHP 5, PHP ... 例 <?php $city = "San Francisco" ; $state = "CA" ; $event = "SIGGRAPH" ; $location_vars = array( "city" , "s ... tate" ); $result = compact ( "event" , $location_vars ); print_r ( $result ); ?> 上の例 ... の出力は以下となります。 Array ( [event] => SIGGRAPH [city] => San Francisco [state] => CA ...
https://man.plustar.jp/php/function.compact.html - [similar]
Moves the specified number of bytes from a source buffer to the end of the curre... 3727
« EventBuffer::addBuffer EventBuffer::__construct » PHP Manual EventBuffer Moves the specified n ... m a source buffer to the end of the current buffer EventBuffer::appendFrom (PECL event >= 1.6.0) EventBuffe ... uffer to the end of the current buffer 説明 public EventBuffer::appendFrom ( EventBuffer $buf , int $len ): ... umber of bytes read. 変更履歴 バージョン 説明 PECL event 1.6.0 Renamed EventBuffer::appendFrom() (the old m ... ethod name) to EventBuffer::appendFrom() . 参考 EventBuffer::copyout() ...
https://man.plustar.jp/php/eventbuffer.appendfrom.html - [similar]
Read data from an evbuffer and drain the bytes read 3727
« EventBuffer::pullup EventBuffer::readFrom » PHP Manual EventBuffer Read data from an evbuffer ... and drain the bytes read EventBuffer::read (PECL event >= 1.6.0) EventBuffer::rea ... m an evbuffer and drain the bytes read 説明 public EventBuffer::read ( int $max_bytes ): string Read the fi ... or false on failure. 変更履歴 バージョン 説明 PECL event 1.6.0 Renamed EventBuffer::read() (the old method ... name) to EventBuffer::read() . EventBuffer::read() now takes only ...
https://man.plustar.jp/php/eventbuffer.read.html - [similar]
Adds a server alias to the HTTP server object 3727
« EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve ... r object EventHttp::addServerAlias (PECL event >= 1.4.0-beta) Eve ... server alias to the HTTP server object 説明 public EventHttp::addServerAlias ( string $alias ): bool Adds a ... true を、失敗した場合に false を返します。 例 例1 EventHttp::addServerAlias() example <?php $base = new Ev ... entBase (); $http = new EventHttp ( $base ); $socket = socket_create ( AF_INET , ...
https://man.plustar.jp/php/eventhttp.addserveralias.html - [similar]
Begin checking for events and calling callbacks for the loop 3727
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba ... PECL ev >= 0.2.0) EvLoop::run — Begin checking for events and calling callbacks for the loop 説明 public Ev ... p::run ( int $flags = 0 ): void Begin checking for events and calling callbacks for the current event loop. ... op) Ev::RUN_NOWAIT Don't block at all(fetch/handle events, but don't wait) See the run flag constants . 戻り ... 値 値を返しません。 参考 EvLoop::stop() - Stops the event loop Ev::run() - イベントのチェックとデフォルトルー ...
https://man.plustar.jp/php/evloop.run.html - [similar]
新しいグローバル定数 3727
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新し ... ーバル定数 新しいグローバル定数 PHP コア PHP_WINDOWS_EVENT_CTRL_C PHP_WINDOWS_EVENT_CTRL_BREAK マルチバイト文 ...
https://man.plustar.jp/php/migration74.constants.html - [similar]
The EventHttp class 3710
« EventDnsBase::setSearchNdots EventHttp::accept » PHP Manual Event The EventHttp class The Event ... tHttp class (PECL event >= 1.4.0-beta) はじめに Represents HTTP server. ク ... ラス概要 final class EventHttp { /* メソッド */ public accept ( mixed $socket ... $address , int $port ): void public __construct ( EventBase $base , EventSslContext $ctx = null ) public r ... void public setTimeout ( int $value ): void } 目次 EventHttp::accept — Makes an HTTP server accept connecti ...
https://man.plustar.jp/php/class.eventhttp.html - [similar]