検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 240 for timeout (0.067 sec.)
カレントの FTP 接続での種々の実行時動作を取得する 4988
« ftp_fput ftp_get » PHP Manual FTP 関数 カレントの FTP 接続での種々の実行時動作を取得する ftp_g ... れています: サポートされる実行時 FTP オプション FTP_TIMEOUT_SEC ネットワーク関連処理で使用されるカレントのタイ ... / 指定した FTP ストリームのタイムアウトを取得する $timeout = ftp_get_option ( $ftp , FTP_TIMEOUT_SEC ); ?> 参 ...
https://man.plustar.jp/php/function.ftp-get-option.html - [similar]
Send data to the task worker processes in blocking way. 4988
« Swoole\Server::task Swoole\Server::taskWaitMulti » PHP Manual Swoole\Server Send data to the t ... ic Swoole\Server::taskwait ( string $data , float $timeout = ? , int $worker_id = ? ): void 警告 この関数は、 ... 数のリストのみが 記述されています。 パラメータ data timeout worker_id 戻り値 関連キーワード: Swoole , Server , ...
https://man.plustar.jp/php/swoole-server.taskwait.html - [similar]
FTP 接続をオープンする 4957
« ftp_close ftp_delete » PHP Manual FTP 関数 FTP 接続をオープンする ftp_connect (PHP 4, PHP 5, P ... connect ( string $hostname , int $port = 21 , int $timeout = 90 ): FTP\Connection | false ftp_connect() は、指 ... 、デフォルトの FTP ポートである 21 が用いられます。 timeout このパラメータは、以降のネットワーク操作時のタイム ... Connection , ポート , option , バージョン , int , timeout ...
https://man.plustar.jp/php/function.ftp-connect.html - [similar]
定義済み定数 4957
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... s possible due to hard-coded buffer sizes. GEARMAN_TIMEOUT ( int ) Hit the timeout limit set by the client/wo ... AN_DEFAULT_TCP_PORT ( int ) GEARMAN_DEFAULT_SOCKET_TIMEOUT ( int ) GEARMAN_DEFAULT_SOCKET_SEND_SIZE ( int ) G ... ARMAN_RECV_BUFFER_SIZE ( int ) GEARMAN_WORKER_WAIT_TIMEOUT ( int ) 関連キーワード: int , 定数 , 定義 , data , ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
php.ini ディレクティブのリスト 4937
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... lt_mimetype "text/html" PHP_INI_ALL default_socket_timeout "60" PHP_INI_ALL disable_classes "" php.ini のみ d ... LL exif.decode_jis_intel "JIS" PHP_INI_ALL exit_on_timeout "" PHP_INI_ALL expect.timeout "10" PHP_INI_ALL exp ... INI_ALL geoip.custom_directory "" PHP_INI_ALL hard_timeout "2" PHP_INI_SYSTEM PHP 7.1.0 以降で利用可能。 high ... LL memcache 3.0.3 以降で使用可能です memcache.lock_timeout 15 >PHP_INI_ALL memcache 3.0.4 以降で使用可能です ...
https://man.plustar.jp/php/ini.list.html - [similar]
The EvTimer class 4906
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... system clock to January last year , it will still time out after(roughly) one hour. "Roughly" because detect ... allback is guaranteed to be invoked only after its timeout has passed (not at, so on systems with very low-re ... 0 , then it will automatically be stopped once the timeout is reached. If it is positive, then the timer will ... to the current event loop time, otherwise it's the timeout value currently configured. That is, after instanc ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
接続処理 4906
« リモートファイルの使用 持続的データベース接続 » PHP Manual 機能 接続処理 接続処理 PHP 内部で、 ... つの状態をとりえます。 0 - NORMAL 1 - ABORTED 2 - TIMEOUT 3 - ABORTED および TIMEOUT 通常 PHP が実行されてい ... の時間制限 ( set_time_limit() 参照) にかかった場合、 TIMEOUT 状態フラグが有効になります。 スクリプトを終了させる ... します。 もう一つ注意すべき点は、状態 ABORTED および TIMEOUT は同時にアクティブにできるということです。 これは、 ...
https://man.plustar.jp/php/features.connection-handling.html - [similar]
ファイルポインタがファイル終端に達しているかどうか調べる 4906
« fdatasync fflush » PHP Manual ファイルシステム 関数 ファイルポインタがファイル終端に達している ... でオープンしているものとします */ $start = NULL ; $timeout = ini_get ( 'default_socket_timeout' ); while(! sa ... p , $start ) && ( microtime ( true ) - $start ) < $timeout ) { /* 処理 */ } ?> 警告 無効なファイルポインタを渡 ...
https://man.plustar.jp/php/function.feof.html - [similar]
サーバーを追加する 4906
« radius_acct_open radius_auth_open » PHP Manual Radius 関数 サーバーを追加する radius_add_serve ... ring $hostname , int $port , string $secret , int $timeout , int $max_tries ): bool radius_add_server() は複数 ... は、共有秘密鍵の 最初の 128 バイト以外を無視します。 timeout timeout パラメータには、サーバーから 応答を受信する ...
https://man.plustar.jp/php/function.radius-add-server.html - [similar]
定義済み定数 4906
« mysqli 拡張モジュールでの持続的接続 ノート » PHP Manual MySQLi 定義済み定数 定義済み定数 以下の ... ルからオプションを 読み込みます。 MYSQLI_OPT_CONNECT_TIMEOUT 接続のタイムアウトまでの秒数。 MYSQLI_OPT_READ_TIM ... コルを使用します。 MYSQLI_CLIENT_INTERACTIVE ( wait_timeout のかわりに) interactive_timeout の秒数を使用できる ... ように します。クライアントセッションの wait_timeout 変数の値は、 interactive_timeout 変数の値に設定され ...
https://man.plustar.jp/php/mysqli.constants.html - [similar]