検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 76 for active (0.006 sec.)
新規 cURL マルチハンドルを返す 7979
« curl_multi_info_read curl_multi_remove_handle » PHP Manual cURL 関数 新規 cURL マルチハンドルを ... を実行します do { $status = curl_multi_exec ( $mh , $active ); if ( $active ) { curl_multi_select ( $mh ); } } ... while ( $active && $status == CURLM_OK ); // ハンドルを閉じます cu ...
https://man.plustar.jp/php/function.curl-multi-init.html - [similar]
定義済み定数 7979
« リソース型 PHP LDAP コールの使用法 » PHP Manual LDAP 定義済み定数 定義済み定数 以下の定数が定義 ... X_INCREMENTAL_VALUES ( string ) コントロール定数 - Active Directory Incremental Values. PHP 7.3.0 以降で利用 ... NTROL_X_DOMAIN_SCOPE ( string ) コントロール定数 - Active Directory Domain Scope. PHP 7.3.0 以降で利用可能で ... _X_PERMISSIVE_MODIFY ( string ) コントロール定数 - Active Directory Permissive Modify. PHP 7.3.0 以降で利用可 ... ROL_X_SEARCH_OPTIONS ( string ) コントロール定数 - Active Directory Search Options. PHP 7.3.0 以降で利用可能 ...
https://man.plustar.jp/php/ldap.constants.html - [similar]
cURL ハンドルのセットを閉じる 7868
« curl_multi_add_handle curl_multi_errno » PHP Manual cURL 関数 cURL ハンドルのセットを閉じる cu ... を実行します do { $status = curl_multi_exec ( $mh , $active ); if ( $active ) { curl_multi_select ( $mh ); } } ... while ( $active && $status == CURLM_OK ); // ハンドルを閉じます cu ...
https://man.plustar.jp/php/function.curl-multi-close.html - [similar]
The EventBase class 7771
« Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class ... events and can poll to determine which events are active. Each event base has a method , or a backend that ... ) method which means: "block until libevent has an active event, then exit once all active events have had t ...
https://man.plustar.jp/php/class.eventbase.html - [similar]
Configures whether to keep the loop from returning 7771
« EvWatcher::invoke EvWatcher::setCallback » PHP Manual EvWatcher Configures whether to keep the ... p::run() from returning even though the watcher is active. Watchers have keepalive value true by default. Cl ... p::run() from returning even though the watcher is active. 戻り値 Returns the previous state. 例 例1 Registe ...
https://man.plustar.jp/php/evwatcher.keepalive.html - [similar]
様々な assert フラグを設定/取得する 7660
« PHP オプション/情報 関数 assert » PHP Manual PHP オプション/情報 関数 様々な assert フラグを設 ... ション オプション INI 設定 デフォルト値 説明 ASSERT_ACTIVE assert.active 1 assert() による評価を有効にする AS ... ert オプションを設定します assert_options ( ASSERT_ACTIVE , true ); assert_options ( ASSERT_BAIL , true ); a ...
https://man.plustar.jp/php/function.assert-options.html - [similar]
cURL マルチハンドルに、通常の cURL ハンドルを追加する 7660
« curl_init curl_multi_close » PHP Manual cURL 関数 cURL マルチハンドルに、通常の cURL ハンドルを ... を実行します 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-add-handle.html - [similar]
現在の cURL ハンドルから、サブ接続を実行する 7660
« curl_multi_errno curl_multi_getcontent » PHP Manual cURL 関数 現在の cURL ハンドルから、サブ接 ... を実行します do { $status = curl_multi_exec ( $mh , $active ); if ( $active ) { // Wait a short time for more ... activity curl_multi_select ( $mh ); } } while ( $active && $status == CURLM_OK ); // ハンドルを閉じます cu ...
https://man.plustar.jp/php/function.curl-multi-exec.html - [similar]
現在の転送についての情報を表示する 7439
« curl_multi_getcontent curl_multi_init » PHP Manual cURL 関数 現在の転送についての情報を表示する ... [ $i ]); } do { $status = curl_multi_exec ( $mh , $active ); if ( $active ) { curl_multi_select ( $mh ); } w ... _read ( $mh ))) { var_dump ( $info ); } } while ( $active && $status == CURLM_OK ); foreach ( $urls as $i => ...
https://man.plustar.jp/php/function.curl-multi-info-read.html - [similar]
The EvIdle class 7342
« EvFork::createStopped EvIdle::__construct » PHP Manual Ev The EvIdle class The EvIdle class (P ... le effect is that as long as any idle watchers are active, the process will not block when waiting for new e ... s EvWatcher { /* 継承したプロパティ */ public $ is_active ; public $ data ; public $ is_pending ; public $ p ...
https://man.plustar.jp/php/class.evidle.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT