検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 83 for thread (0.044 sec.)
Synchronization 8273
« Threaded::shift Threaded::wait » PHP Manual Threaded Synchronization Threaded::synchronized (P ... ECL pthreads >= 2.0.0) Threaded::synchronized — Synchronizatio ... n 説明 public Threaded::synchronized ( Closure $block , mixed ...$args ... block 例 例1 Synchronizing <?php class My extends Thread { public function run () { $this -> synchronized ( ... function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, ...
https://man.plustar.jp/php/threaded.synchronized.html - [similar]
The parallel\Runtime class 7865
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... ntime Objects Each runtime represents a single PHP thread, the thread is created (and bootstrapped) upon con ... struction. The thread then waits for tasks to be scheduled: Scheduled ta ... sks will be executed FIFO and then the thread will resume waiting until more tasks are scheduled ... untime is created, it does not share code with the thread (or process) that created it. This means it doesn' ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
サーバーに MySQL スレッドの停止を問い合わせる 7784
« mysqli::$insert_id mysqli::more_results » PHP Manual mysqli サーバーに MySQL スレッドの停止を問 ... の停止をサーバーに問い合わせます。この値は、 mysqli_thread_id() 関数で取得したものである 必要があります。 実行 ... ror ()); exit(); } /* スレッド ID を取得します */ $thread_id = $mysqli -> thread_id ; /* 接続を終了します */ ... $mysqli -> kill ( $thread_id ); /* これはエラーとなります */ if (! $mysqli - ... ror ()); exit(); } /* スレッド ID を取得します */ $thread_id = mysqli_thread_id ( $link ); /* 接続を終了しま ...
https://man.plustar.jp/php/mysqli.kill.html - [similar]
Philosophy 7431
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... or the programmer, and by default. In conventional threading models found in other languages, generally thre ... xclusion, condition variables, and other low level threading or synchronization primitives in order to ensur ... the conventional model is inversed, it means that threads only share memory as a result of communication (a ... example). When parallel passes a variable from one thread to another by any means - Task arguments, return v ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
要件 6697
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張モジュール ... の IIS 7.5 および FastCGI Module PHP PHP 5.2.X, Non-thread-safe build PHP 5.3 X86, Non-thread-safe VC9 build ... ンストール , 設定 , 拡張 , モジュール , Extension , thread , safe , build ...
https://man.plustar.jp/php/wincache.requirements.html - [similar]
The MySQLi Extension Function Summary 6575
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... mysqli_kill() N/A Asks the server to kill a MySQL thread mysqli::more_results() mysqli_more_results() N/A C ... Transfers a result set from the last query mysqli::thread_id() mysqli_thread_id() N/A Returns the thread ID ... for the current connection mysqli::thread_safe() mysqli_thread_safe() N/A Returns whether th ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
実行時設定 6548
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ション 名前 デフォルト 変更可能 変更履歴 swoole.aio_thread_num 2 PHP_INI_ALL swoole.display_errors On PHP_INI ... レクティブに関する 簡単な説明を示します。 swoole.aio_thread_num int POSIX asynchronous I/O thread number swool ...
https://man.plustar.jp/php/swoole.configuration.html - [similar]
説明 6439
« EventBuffer::drain EventBuffer::expand » PHP Manual EventBuffer 説明 EventBuffer::enableLockin ... ntBuffer so that it can safely be used by multiple threads at the same time. When locking is enabled, the lo ... せん。 戻り値 値を返しません。 参考 » Evbuffers and Thread-safety 関連キーワード: EventBuffer , 説明 , enable ... Locking , パラメータ , Thread , Evbuffers , 参考 , 関数 , accordingly , Plan ...
https://man.plustar.jp/php/eventbuffer.enablelocking.html - [similar]
Runtime Manipulation 6439
« Threaded::count Threaded::isRunning » PHP Manual Threaded Runtime Manipulation Threaded::exten ... d (PECL pthreads >= 2.0.8) Threaded::extend — Runtime Manipulation ... 説明 public Threaded::extend ( string $class ): bool Makes thread saf ... ます。 例 例1 Runtime inheritance <?php class My {} Threaded :: extend ( My ::class); $my = new My (); var_du ... mp ( $my instanceof Threaded ); ?> 上の例の出力は以下となります。 bool(true) ...
https://man.plustar.jp/php/threaded.extend.html - [similar]
Installation 6371
« はじめに Philosophy » PHP Manual parallel Installation Installation 要件 parallel requires a b ... uild of PHP with ZTS (Zend Thread Safety) enabled ( --enable-zts , or on non-Windows ... to PHP 8.0.0, --enable-maintainer-zts ) 警告 Zend Thread Safety cannot be enabled post build; it is a build ... lel should build anywhere there is a working Posix Threads header (pthread.h) and ZTS build of PHP, includin ... g Windows (using the pthread-w32 project from redhat). インストール手順 paralle ...
https://man.plustar.jp/php/parallel.setup.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT