検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 69 for done (0.026 sec.)
Synchronization 7480
« Threaded::shift Threaded::wait » PHP Manual Threaded Synchronization Threaded::synchronized (P ... ynchronized (function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My ... y -> synchronized (function( $thread ){ $thread -> done = true ; $thread -> notify (); }, $my ); var_dump ...
https://man.plustar.jp/php/threaded.synchronized.html - [similar]
Synchronization 7480
« Threaded::synchronized Thread » PHP Manual Threaded Synchronization Threaded::wait (PECL pthre ... ynchronized (function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My ... y -> synchronized (function( $thread ){ $thread -> done = true ; $thread -> notify (); }, $my ); var_dump ...
https://man.plustar.jp/php/threaded.wait.html - [similar]
状態を検出する 7423
« Thread::getThreadId Thread::isStarted » PHP Manual Thread 状態を検出する Thread::isJoined (PEC ... ynchronized (function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My ... y -> synchronized (function( $thread ){ $thread -> done = true ; $thread -> notify (); }, $my ); ?> 上の例 ...
https://man.plustar.jp/php/thread.isjoined.html - [similar]
Synchronization 7423
« Threaded::notify Threaded::pop » PHP Manual Threaded Synchronization Threaded::notifyOne (PECL ... ynchronized (function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My ... y -> synchronized (function( $thread ){ $thread -> done = true ; $thread -> notifyOne (); }, $my ); var_du ...
https://man.plustar.jp/php/threaded.notifyone.html - [similar]
Differences from Standard Lua 7239
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... tem access. If needed, filesystem access should be done via PHP callbacks. The package package, including ... ts to standard output. If needed, output should be done via PHP callbacks. Most of the os package, as it a ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]
Oracle データベースに接続する 7169
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... tmt , "TEST" ) . "<br>\n" ; } echo " $connname ----done<br>\n" ; } create_table ( $c1 ); insert_data ( 'c1 ... 09-DEC-09 12:14:43 // 09-DEC-09 12:14:45 // c1 ----done // c2 ----selecting // 09-DEC-09 12:14:43 // 09-DE ... C-09 12:14:45 // c2 ----done // c1 rollback // c1 ----selecting // c1 ----done ... // c2 ----selecting // c2 ----done // Dropped table // c1 is // c2 is Resource id #5 ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
ペンディングシグナル用のハンドラをコールする 7112
« pcntl_setpriority pcntl_signal_get_handler » PHP Manual PCNTL 関数 ペンディングシグナル用のハン ... ispatching...\n" ; pcntl_signal_dispatch (); echo "Done\n" ; ?> 上の例の出力は、 たとえば以下のようになりま ... UP to self... Dispatching... signal handler called Done 参考 pcntl_signal() - シグナルハンドラを設定する p ...
https://man.plustar.jp/php/function.pcntl-signal-dispatch.html - [similar]
WeakMap クラス 6985
« WeakReference::get WeakMap::__construct » PHP Manual 定義済みのインターフェイスとクラス WeakMa ... $wm )); echo "Unsetting...\n" ; unset( $o ); echo "Done\n" ; var_dump ( count ( $wm )); 上の例の出力は以下 ... となります。 int(1) Unsetting... Dead! Done int(0) 目次 WeakMap::__construct — 新しい WeakMap ...
https://man.plustar.jp/php/class.weakmap.html - [similar]
Add a high priority task to run in parallel 6985
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... "ERROR " . $gmc -> error () . "\n" ; exit; } echo "DONE\n" ; function reverse_complete ( $task ) { echo "C ... OMPLETE: 3, !dlroW olleH COMPLETE: 1, !dlroW olleH DONE 参考 GearmanClient::addTask() - Add a task to be r ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 6985
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... "ERROR " . $gmc -> error () . "\n" ; exit; } echo "DONE\n" ; function reverse_complete ( $task ) { echo "C ... OMPLETE: 1, !dlroW olleH COMPLETE: 2, Hello World! DONE 参考 GearmanClient::addTask() - Add a task to be r ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT