Results of 1 - 10 of about 76 for active (0.006 sec.)
- Event flags 11082
- « 例 About event persistence » PHP Manual Event Event flags Event flags Event::READ This flag in
...
dicates an event that becomes active when the provided file descriptor (usually a strea ...
Event::WRITE flag indicates an event that becomes active when the provided file descriptor (usually a strea ...
ow. Event::TIMEOUT indicates an event that becomes active after a timeout elapses. The Event::TIMEOUT flag i ...
nt , when , timeout , flag , indicates , becomes , active , usually ...
-
https://man.plustar.jp/php/event.flags.html
- [similar]
- The EvWatcher class 10860
- « EvTimer::set EvWatcher::clear » PHP Manual Ev The EvWatcher class The EvWatcher class (PECL ev
...
act class EvWatcher { /* プロパティ */ public $ is_active ; public $ data ; public $ is_pending ; public $ p ...
tart (): void public stop (): void } プロパティ is_active Readonly . true if the watcher is active. false ot ...
therwise. As long, as a watcher is pending(but not active), one must not change its priority. priority int b ...
, priority , watchers , pending , callback , int , active , not ...
-
https://man.plustar.jp/php/class.evwatcher.html
- [similar]
- About event persistence 10750
- « Event flags Event callbacks » PHP Manual Event About event persistence About event persistence
...
By default, whenever a pending event becomes active (because its file descriptor is ready to read or w ...
d a timeout of five seconds, the event will become active: Whenever the socket or file descriptor is ready f ...
ve seconds have passed since the event last became active. See also » Fast portable non-blocking network pro ...
rsistence , Event , pending , callback , timeout , active , descriptor , Whenever , persistent ...
-
https://man.plustar.jp/php/event.persistence.html
- [similar]
- The Event class 10334
- « Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL
...
il the registered event occurs, thus turning it to active state. To handle events user may register a callba ...
ck which is called when event becomes active. If event is configured persistent , it remains pe ...
nt::READ This flag indicates an event that becomes active when the provided file descriptor(usually a stream ...
t::WRITE This flag indicates an event that becomes active when the provided file descriptor(usually a stream ...
-
https://man.plustar.jp/php/class.event.html
- [similar]
- すでに実行中の COM オブジェクトのインスタンスへのハンドルを返す 10334
- « com_event_sink com_load_typelib » PHP Manual COM関数 すでに実行中の COM オブジェクトのインスタ
...
ンスへのハンドルを返す com_get_active_object (PHP 5, PHP 7, PHP 8) com_get_active_object ...
ェクトのインスタンスへのハンドルを返す 説明 com_get_active_object ( string $prog_id , ? int $codepage = null ...
): variant com_get_active_object() は、新しい com オブジェクトのインスタンス ...
ンスのハンドルを取得するために COM ライブラリ関数 GetActiveObject() を公開します。 パラメータ prog_id prog_id ...
-
https://man.plustar.jp/php/function.com-get-active-object.html
- [similar]
- Makes the next result of the specified statement active 10223
- « sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif
...
ied statement active sqlsrv_next_result (No version information availab ...
— Makes the next result of the specified statement active 説明 sqlsrv_next_result ( resource $stmt ): mixed ...
Makes the next result of the specified statement active. Results include result sets, row counts, and outp ...
sqlsrv , next , query , rows , Makes , specified , active , results , executes ...
-
https://man.plustar.jp/php/function.sqlsrv-next-result.html
- [similar]
- Starts the watcher 10112
- « EvWatcher::setCallback EvWatcher::stop » PHP Manual EvWatcher Starts the watcher EvWatcher::st
...
lic EvWatcher::start (): void Marks the watcher as active. Note that only active watchers will receive event ...
r , Starts , EvWatcher , the , stop , パラメータ , active , receive , 参考 , 関数 ...
-
https://man.plustar.jp/php/evwatcher.start.html
- [similar]
- 例 9267
- « 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <
...
um UserStatus : string { case Pending = 'P' ; case Active = 'A' ; case Suspended = 'S' ; case CanceledByUser ...
$this ) { static:: Pending => 'Pending' , static:: Active => 'Active' , static:: Suspended => 'Suspended' , ...
ーのステータスは UserStatus::Pending 、 UserStatus::Active 、 UserStatus::Suspended または UserStatus::Cancel ...
-
https://man.plustar.jp/php/language.enumerations.examples.html
- [similar]
- Area 8408
- « UI\MenuItem::setChecked UI\Area::onDraw » PHP Manual UI Area Area (UI 0.9.9) はじめに An Area
...
assed to key and mouse events when the CTRL key is active UI\Area::Alt Shall be set in the modifiers passed ...
to key and mouse events when the ALT key is active UI\Area::Shift Shall be set in the modifiers passe ...
d to key and mouse events when the SHIFT key is active UI\Area::Super UI\Area::Down Shall be set in the m ...
-
https://man.plustar.jp/php/class.ui-area.html
- [similar]
- エラーの内容を表す文字列を返す 8298
- « curl_multi_setopt curl_pause » PHP Manual cURL 関数 エラーの内容を表す文字列を返す curl_multi_
...
を実行します do { $status = curl_multi_exec ( $mh , $active ); if ( $active ) { curl_multi_select ( $mh ); } } ...
while ( $active && $status === CURLM_OK ); // エラーをチェックしま ...
-
https://man.plustar.jp/php/function.curl-multi-strerror.html
- [similar]