Results of 1 - 10 of about 30 for busy (0.023 sec.)
- 接続がビジーかどうか調べる 14962
- « pg_connect pg_connection_reset » PHP Manual PostgreSQL 関数 接続がビジーかどうか調べる pg_conn
...
ection_busy (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_connectio ...
n_busy — 接続がビジーかどうか調べる 説明 pg_connection_bu ...
PgSql\Connection $connection ): bool pg_connection_busy() は、接続がビジーかどうかを調べます。 接続がビジー ...
リソース を期待していました。 例 例1 pg_connection_busy() の例 <?php $dbconn = pg_connect ( "dbname=publis ...
-
https://man.plustar.jp/php/function.pg-connection-busy.html
- [similar]
- 人為的に負荷を高くする。テストやベンチマークなどで有用 12460
- « Eio 関数 eio_cancel » PHP Manual Eio 関数 人為的に負荷を高くする。テストやベンチマークなどで有
...
用 eio_busy (PECL eio >= 0.0.1dev) eio_busy — 人為的に負荷を高 ...
くする。テストやベンチマークなどで有用 説明 eio_busy ( int $delay , int $pri = EIO_PRI_DEFAULT , callab ...
llback = NULL , mixed $data = NULL ): resource eio_busy() は人為的に負荷を高め、実行前に delay 秒待ちます。 ...
バック。 data callback に渡す任意の引数。 戻り値 eio_busy() は成功した場合にリクエストリソースを返します。 失 ...
-
https://man.plustar.jp/php/function.eio-busy.html
- [similar]
- 非同期クエリを送信する 8837
- « pg_send_query_params pg_set_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを送信する
...
エリが実行中である)ことを調べるには、 pg_connection_busy() を使用してください。 クエリは、 pg_cancel_query( ...
or die( "Could not connect" ); if (! pg_connection_busy ( $dbconn )) { pg_send_query ( $dbconn , "select * ...
ult() - 非同期クエリの結果を取得する pg_connection_busy() - 接続がビジーかどうか調べる 関連キーワード: 送信 ...
-
https://man.plustar.jp/php/function.pg-send-query.html
- [similar]
- システムの平均負荷を取得する 8837
- « sleep time_nanosleep » PHP Manual その他の関数 システムの平均負荷を取得する sys_getloadavg (PH
...
$load [ 0 ] > 0.80 ) { header ( 'HTTP/1.1 503 Too busy, try again later' ); die( 'Server too busy. Please ...
-
https://man.plustar.jp/php/function.sys-getloadavg.html
- [similar]
- The EvIdle class 8659
- « EvFork::createStopped EvIdle::__construct » PHP Manual Ev The EvIdle class The EvIdle class (P
...
eceiving events ). Thus, as long as the process is busy handling sockets or timeouts(or even signals) of t ...
s, or the process receives more events and becomes busy again with higher priority stuff. Apart from keepi ...
-
https://man.plustar.jp/php/class.evidle.html
- [similar]
- 指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 8659
- « pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメ
...
); // 実行するクエリを準備する if (! pg_connection_busy ( $dbconn )) { pg_send_prepare ( $dbconn , "my_que ...
エスケープの必要がないことに注意 if (! pg_connection_busy ( $dbconn )) { pg_send_execute ( $dbconn , "my_que ...
エリを異なるパラメータで実行する if (! pg_connection_busy ( $dbconn )) { pg_send_execute ( $dbconn , "my_que ...
-
https://man.plustar.jp/php/function.pg-send-execute.html
- [similar]
- 指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 8577
- « pg_send_execute pg_send_query_params » PHP Manual PostgreSQL 関数 指定したパラメータでプリペア
...
); // 実行するクエリを準備する if (! pg_connection_busy ( $dbconn )) { pg_send_prepare ( $dbconn , "my_que ...
エスケープの必要がないことに注意 if (! pg_connection_busy ( $dbconn )) { pg_send_execute ( $dbconn , "my_que ...
クエリを別のパラメータで実行する if (! pg_connection_busy ( $dbconn )) { pg_send_execute ( $dbconn , "my_que ...
-
https://man.plustar.jp/php/function.pg-send-prepare.html
- [similar]
- 非同期クエリを取り消す 8496
- « pg_affected_rows pg_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを取り消す pg_can
...
or die( "Could not connect" ); if (! pg_connection_busy ( $dbconn )) { pg_send_query ( $dbconn , "select * ...
end_query() - 非同期クエリを送信する pg_connection_busy() - 接続がビジーかどうか調べる 関連キーワード: 非同 ...
-
https://man.plustar.jp/php/function.pg-cancel-query.html
- [similar]
- Eio 関数 7976
- « 例 eio_busy » PHP Manual Eio Eio 関数 Eio 関数 目次 eio_busy — 人為的に負荷を高くする。テストや
...
-
https://man.plustar.jp/php/ref.eio.html
- [similar]
- データの比較にコールバック関数を用い、配列の差を計算する 7798
- « array_udiff_uassoc array_uintersect_assoc » PHP Manual 配列 関数 データの比較にコールバック関数
...
> format ( 'l' ), "\n" ; } echo "\n\n" ; echo "I'm busy on the following days this week...\n\n" ; foreach ...
e following days this week... Tuesday Thursday I'm busy on the following days this week... Monday: Cleanin ...
-
https://man.plustar.jp/php/function.array-udiff.html
- [similar]