Results of 1 - 10 of about 11 for timed (0.004 sec.)
- Restarts the timer watcher 13496
- « EvTimer EvTimer::__construct » PHP Manual EvTimer Restarts the timer watcher EvTimer::again (P
...
imer::again (): void This will act as if the timer timed out and restart it again if it is repeating. The e ...
er is started but non-repeating, stop it (as if it timed out). if the timer is repeating, either start it i ...
cher , Restarts , EvTimer , r , repeating , stop , timed , パラメータ , pending , repeat ...
-
https://man.plustar.jp/php/evtimer.again.html
- [similar]
- ストリームにタイムアウトを設定する 11078
- « stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム
...
た場合は、 stream_get_meta_data() が返す配列のキー 'timed_out' の値が true に設定されます。エラーや警告が発生 ...
t_meta_data ( $fp ); fclose ( $fp ); if ( $info [ 'timed_out' ]) { echo 'Connection timed out!' ; } else { ...
-
https://man.plustar.jp/php/function.stream-set-timeout.html
- [similar]
- ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する 9477
- « stream_get_line stream_get_transports » PHP Manual ストリーム 関数 ヘッダーあるいはメタデータを
...
ます。 戻り値 結果の配列は次のような項目を含みます。 timed_out (bool) - 最後に fread() または fgets() でデータ ...
出力は、 たとえば以下のようになります。 array(10) { 'timed_out' => bool(false) 'blocked' => bool(true) 'eof' ...
nt(256) 'cipher_version' => string(7) "TLSv1.3" } 'timed_out' => bool(false) 'blocked' => bool(true) 'eof' ...
-
https://man.plustar.jp/php/function.stream-get-meta-data.html
- [similar]
- Returns the WriteConcernError's error message 8517
- « MongoDB\Driver\WriteConcernError::getInfo MongoDB\Driver\WriteError » PHP Manual MongoDB\Drive
...
ようになります。 string(33) "waiting for replication timed out" 参考 » Write Concern reference 関連キーワード ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getmessage.html
- [similar]
- Constructs EventHttpRequest object 8357
- « EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C
...
CTION__ , PHP_EOL ; if ( is_null ( $req )) { echo "Timed out\n" ; } else { $response_code = $req -> getResp ...
-
https://man.plustar.jp/php/eventhttprequest.construct.html
- [similar]
- Returns any write concern error that occurred 8357
- « MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Ma
...
["message"]=> string(33) "waiting for replication timed out" ["code"]=> int(64) ["info"]=> object(stdClass ...
-
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html
- [similar]
- Makes an HTTP request over the specified connection 8197
- « EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne
...
CTION__ , PHP_EOL ; if ( is_null ( $req )) { echo "Timed out\n" ; } else { $response_code = $req -> getResp ...
-
https://man.plustar.jp/php/eventhttpconnection.makerequest.html
- [similar]
- The MongoDB\Driver\BulkWrite class 7717
- « MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D
...
uld output something like: waiting for replication timed out (64): array ( 'wtimeout' => true, ) Operation# ...
-
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html
- [similar]
- 例 7557
- « リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback
...
CTION__ , PHP_EOL ; if ( is_null ( $req )) { echo "Timed out\n" ; } else { $response_code = $req -> getResp ...
CTION__ , PHP_EOL ; if ( is_null ( $req )) { echo "Timed out\n" ; } else { $response_code = $req -> getResp ...
-
https://man.plustar.jp/php/event.examples.html
- [similar]
- 定義済み定数 7557
- « リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 こ
...
ot send after transport endpoint shutdown. SOCKET_ETIMEDOUT ( int ) Connection timed out. SOCKET_ECONNREFUS ...
-
https://man.plustar.jp/php/sockets.constants.html
- [similar]