検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 83 for thread (0.005 sec.)
Worker クラス 9238
« Thread::start Worker::collect » PHP Manual pthreads Worker クラス Worker クラス (PECL pthreads ... ker が実行します。 クラス概要 class Worker extends Thread implements Traversable , Countable , ArrayAccess { ... n (): bool public shutdown (): bool public stack ( Threaded &$work ): int public unstack (): int /* 継承した ... メソッド */ public Thread::getCreatorId (): int public static Thread::getCur ... rentThread (): Thread public static Thread::getCurrentThreadI ...
https://man.plustar.jp/php/class.worker.html - [similar]
Synchronization 8979
« Threaded::merge Threaded::notifyOne » PHP Manual Threaded Synchronization Threaded::notify (PE ... CL pthreads >= 2.0.0) Threaded::notify — Synchronization 説明 ... public Threaded::notify (): bool Send notification to the refere ... 1 Notifications and Waiting <?php class My extends Thread { public function run () { /** cause this thread t ... o wait **/ $this -> synchronized (function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, ...
https://man.plustar.jp/php/threaded.notify.html - [similar]
Synchronization 8844
« Threaded::notify Threaded::pop » PHP Manual Threaded Synchronization Threaded::notifyOne (PECL ... pthreads >= 3.0.0) Threaded::notifyOne — Synchronization 説 ... 明 public Threaded::notifyOne (): bool Send notification to the ref ... object. This unblocks at least one of the blocked threads (as opposed to unblocking all of them, as seen wi ... th Threaded::notify() ). パラメータ この関数にはパラメータは ...
https://man.plustar.jp/php/threaded.notifyone.html - [similar]
カレントのスレッド ID を返す 8694
« mysql_tablename mysql_unbuffered_query » PHP Manual MySQL 関数 カレントのスレッド ID を返す my ... sql_thread_id (PHP 4 >= 4.3.0, PHP 5) mysql_thread_id — カレン ... い。 この関数の代替として、これらが使えます。 mysqli_thread_id() 説明 mysql_thread_id ( resource $link_identif ... D 、失敗した場合に false を返します。 例 例1 mysql_thread_id() の例 <?php $link = mysql_connect ( 'localhost ... ' , 'mysql_user' , 'mysql_password' ); $thread_id = mysql_thread_id ( $link ); if ( $thread_id ){ ...
https://man.plustar.jp/php/function.mysql-thread-id.html - [similar]
同期処理 8613
« Thread::isStarted Thread::start » PHP Manual Thread 同期処理 Thread::join (PECL pthreads >= 2. ... 0.0) Thread::join — 同期処理 説明 public Thread::join (): bool ... 例 例1 スレッドとのジョイン <?php class My extends Thread { public function run () { /* ... */ } } $my = new ... は以下となります。 bool(true) 関連キーワード: 処理 , Thread , パラメータ , isStarted , pthreads , public , 呼び ...
https://man.plustar.jp/php/thread.join.html - [similar]
スレッドセーフであるかどうかを返す 8531
« mysqli::$thread_id mysqli::use_result » PHP Manual mysqli スレッドセーフであるかどうかを返す m ... ysqli::thread_safe mysqli_thread_safe (PHP 5, PHP 7, PHP 8) mysq ... li::thread_safe -- mysqli_thread_safe — スレッドセーフであるか ... どうかを返す 説明 オブジェクト指向型 public mysqli::thread_safe (): bool 手続き型 mysqli_thread_safe (): bool ... い場合に false を返します。 関連キーワード: mysqli , thread , safe , ライブラリ , パラメータ , use , result , ...
https://man.plustar.jp/php/mysqli.thread-safe.html - [similar]
状態を検出する 8327
« Thread::isJoined Thread::join » PHP Manual Thread 状態を検出する Thread::isStarted (PECL pthread ... ads >= 2.0.0) Thread::isStarted — 状態を検出する 説明 public Thread::is ... なります。 bool(true) 関連キーワード: 検出 , 状態 , Thread , isStarted , 開始 , パラメータ , isJoined , pthre ...
https://man.plustar.jp/php/thread.isstarted.html - [similar]
スレッド化したメッセージのツリーを返す 8300
« imap_subscribe imap_timeout » PHP Manual IMAP 関数 スレッド化したメッセージのツリーを返す imap ... _thread (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imap_thread ... — スレッド化したメッセージのツリーを返す 説明 imap_thread ( IMAP\Connection $imap , int $flags = SE_FREE ): ... onnection クラスのインスタンス。 flags 戻り値 imap_thread() は、 REFERENCES でスレッド化したメッセージのツリ ... ージが、結果の配列の 3 つの エントリで表されます。 $thread["XX.num"] - 現在のメッセージ番号。 $thread["XX.nex ...
https://man.plustar.jp/php/function.imap-thread.html - [similar]
State Detection 8273
« Threaded::extend Threaded::isTerminated » PHP Manual Threaded State Detection Threaded::isRunn ... ing (PECL pthreads >= 2.0.0) Threaded::isRunning — State Detection 説 ... 明 public Threaded::isRunning (): bool Tell if the referenced objec ... te of the referenced object <?php class My extends Thread { public function run () { $this -> synchronized ( ... function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, ...
https://man.plustar.jp/php/thread.isrunning.html - [similar]
実行する 8273
« Thread::join Worker » PHP Manual Thread 実行する Thread::start (PECL pthreads >= 2.0.0) Thread ... ::start — 実行する 説明 public Thread::start ( int $options = ? ): bool 新しいスレッドを ... プションのマスク。継承に関する定数で、デフォルトは PTHREADS_INHERIT_ALL。 戻り値 成功した場合に true を、失敗 ... ます。 例 例1 スレッドの開始 <?php class My extends Thread { public function run () { /** ... **/ } } $my = n ... は以下となります。 bool(true) 関連キーワード: 実行 , Thread , 開始 , 失敗 , 成功 , ALL , INHERIT , PTHREADS , ...
https://man.plustar.jp/php/thread.start.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT