検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 373 for [SIMILAR] 16 1024 4096 WITH 15871 mysqli WITH 14... (0.560 sec.)
Worker クラス 5069
« Thread::start Worker::collect » PHP Manual pthreads Worker クラス Worker クラス (PECL pthreads >= 2.0.0) はじめに ワーカースレッドには永続コンテキストがあり、たいていの場合はスレッドに対して使えます。 ワーカーを開始させると run メソッドを実行しますが、以下のいずれかの条件を満たすまでス ...
https://man.plustar.jp/php/class.worker.html - [similar]
識別 5069
« Thread::getCurrentThreadId Thread::isJoined » PHP Manual Thread 識別 Thread::getThreadId (PECL pthreads >= 2.0.0) Thread::getThreadId — 識別 説明 public Thread::getThreadId (): int このスレッドの ID を返します。 パラメータ この関数にはパラメータはありません。 戻り値 数値の ID を返します ...
https://man.plustar.jp/php/thread.getthreadid.html - [similar]
Thread クラス 5069
« Threaded::wait Thread::getCreatorId » PHP Manual pthreads Thread クラス Thread クラス (PECL pthreads >= 2.0.0) はじめに このオブジェクトの start メソッドが呼ばれると、run メソッドのコードが個別のスレッドで並列処理されます。 run メソッドの実行後は Thread はすぐに終了し、作成元のスレッド ...
https://man.plustar.jp/php/class.thread.html - [similar]
同期処理 5069
« Thread::isStarted Thread::start » PHP Manual Thread 同期処理 Thread::join (PECL pthreads >= 2.0.0) Thread::join — 同期処理 説明 public Thread::join (): bool 呼び出し元のコンテキストが、このスレッドの実行終了を待つようにします。 パラメータ この関数にはパラメータはありません。 戻り値 成功 ...
https://man.plustar.jp/php/thread.join.html - [similar]
状態を検出する 5069
« Thread::isJoined Thread::join » PHP Manual Thread 状態を検出する Thread::isStarted (PECL pthreads >= 2.0.0) Thread::isStarted — 状態を検出する 説明 public Thread::isStarted (): bool このスレッドが開始したかどうかを調べます。 パラメータ この関数にはパラメータはありません。 戻り値 成功し ...
https://man.plustar.jp/php/thread.isstarted.html - [similar]
Identification 5069
« Thread::getCreatorId Thread::getCurrentThreadId » PHP Manual Thread Identification Thread::getCurrentThread (PECL pthreads >= 2.0.0) Thread::getCurrentThread — Identification 説明 public static Thread::getCurrentThread (): Thread Return a reference to the currently executing Thread パラ ...
https://man.plustar.jp/php/thread.getcurrentthread.html - [similar]
Synchronization 5069
« Threaded::merge Threaded::notifyOne » PHP Manual Threaded Synchronization Threaded::notify (PECL pthreads >= 2.0.0) Threaded::notify — Synchronization 説明 public Threaded::notify (): bool Send notification to the referenced object パラメータ この関数にはパラメータはありません。 戻り値 ...
https://man.plustar.jp/php/threaded.notify.html - [similar]
MySQL プロセスのリストを得る 0
« mysql_list_fields mysql_list_tables » PHP Manual MySQL 関数 MySQL プロセスのリストを得る mysql_list_processes (PHP 4 >= 4.3.0, PHP 5) mysql_list_processes — MySQL プロセスのリストを得る 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO ...
https://man.plustar.jp/php/function.mysql-list-processes.html - [similar]
サーバーとの接続状況を調べ、接続されていない場合は再接続する 0
« mysql_pconnect mysql_query » PHP Manual MySQL 関数 サーバーとの接続状況を調べ、接続されていない場合は再接続する mysql_ping (PHP 4 >= 4.3.0, PHP 5) mysql_ping — サーバーとの接続状況を調べ、接続されていない場合は再接続する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削 ...
https://man.plustar.jp/php/function.mysql-ping.html - [similar]
統計情報 0
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、クライアントとサーバー間の通信に関する統計情報を収集する機能をサポートしています。収集できる統計情報は主に2つのタイプに分けられます。 クライアントの統計情報 接続の統計情報 mysqli 拡張機能を使っ ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]