検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for Threaded (0.005 sec.)
The Volatile class 11033
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... a consequence of the new immutability semantics of Threaded members of Threaded classes. The Volatile class en ... ables for mutability of its Threaded members, and is also used to store PHP arrays in T ... readed contexts. クラス概要 class Volatile extends Threaded implements Collectable , Traversable { /* 継承した ... メソッド */ public Threaded::chunk ( int $size , bool $preserve ): array publi ...
https://man.plustar.jp/php/class.volatile.html - [similar]
The Threaded class 10758
« 定義済み定数 Threaded::chunk » PHP Manual pthreads The Threaded class The Threaded class (PECL ... pthreads >= 2.0.0) はじめに Threaded objects form the basis of pthreads ability to exec ... hronization methods and various useful interfaces. Threaded objects, most importantly, provide implicit safety ... ons on the object scope are safe. クラス概要 class Threaded implements Collectable , Traversable , Countable , ... ixed public wait ( int $timeout = ? ): bool } 目次 Threaded::chunk — Manipulation Threaded::count — Manipulati ...
https://man.plustar.jp/php/class.threaded.html - [similar]
pthreads 10175
« parallel\Sync::__invoke はじめに » PHP Manual プロセス制御 pthreads pthreads はじめに インスト ... /設定 要件 インストール手順 実行時設定 定義済み定数 Threaded — The Threaded class Threaded::chunk — Manipulatio ... n Threaded::count — Manipulation Threaded::extend — Runtime M ... anipulation Threaded::isRunning — State Detection Threaded::isTerminate ... d — State Detection Threaded::merge — Manipulation Threaded::notify — Synchroni ...
https://man.plustar.jp/php/book.pthreads.html - [similar]
Thread クラス 10013
« Threaded::wait Thread::getCreatorId » PHP Manual pthreads Thread クラス Thread クラス (PECL pt ... るようにしましょう。 クラス概要 class Thread extends Threaded implements Countable , Traversable , ArrayAccess { ... $options = ? ): bool /* 継承したメソッド */ public Threaded::chunk ( int $size , bool $preserve ): array publi ... c Threaded::count (): int public Threaded::extend ( string $c ... lass ): bool public Threaded::isRunning (): bool public Threaded::isTerminated ...
https://man.plustar.jp/php/class.thread.html - [similar]
Runtime Manipulation 9771
« Threaded::count Threaded::isRunning » PHP Manual Threaded Runtime Manipulation Threaded::exten ... d (PECL pthreads >= 2.0.8) Threaded::extend — Runtime Manipulation 説明 public Threade ... ます。 例 例1 Runtime inheritance <?php class My {} Threaded :: extend ( My ::class); $my = new My (); var_dump ... ( $my instanceof Threaded ); ?> 上の例の出力は以下となります。 bool(true) 関 ... 連キーワード: Runtime , Manipulation , Threaded , inheritance , 失敗 , 成功 , パラメータ , runtime ...
https://man.plustar.jp/php/threaded.extend.html - [similar]
Manipulation 9738
« Threaded::notifyOne Threaded::run » PHP Manual Threaded Manipulation Threaded::pop (PECL pthre ... ads >= 2.0.0) Threaded::pop — Manipulation 説明 public Threaded::pop (): ... Popping the last item from the property table of a threaded object <?php $safe = new Threaded (); while ( coun ... 下となります。 int(9) 関連キーワード: Manipulation , Threaded , item , property , from , pop , objects , パラメー ...
https://man.plustar.jp/php/threaded.pop.html - [similar]
Manipulation 9738
« Threaded::run Threaded::synchronized » PHP Manual Threaded Manipulation Threaded::shift (PECL ... pthreads >= 2.0.0) Threaded::shift — Manipulation 説明 public Threaded::shift ... ifting the first item from the property table of a threaded object <?php $safe = new Threaded (); while ( coun ... 下となります。 int(0) 関連キーワード: Manipulation , Threaded , item , property , from , パラメータ , objects , ...
https://man.plustar.jp/php/threaded.shift.html - [similar]
Manipulation 9431
« Threaded::chunk Threaded::extend » PHP Manual Threaded Manipulation Threaded::count (PECL pthr ... eads >= 2.0.0) Threaded::count — Manipulation 説明 public Threaded::count ... ting the properties of an object <?php $safe = new Threaded (); while ( count ( $safe ) < 10 ) { $safe [] = co ... となります。 int(10) 関連キーワード: Manipulation , Threaded , count , int , properties , パラメータ , chunk , ...
https://man.plustar.jp/php/threaded.count.html - [similar]
Manipulation 9334
« Threaded::isTerminated Threaded::notify » PHP Manual Threaded Manipulation Threaded::merge (PE ... CL pthreads >= 2.0.0) Threaded::merge — Manipulation 説明 public Threaded::merge ... します。 例 例1 Merging into the property table of a threaded object <?php $array = []; while ( count ( $array ) ... r = "bar" ; $stdClass -> baz = "baz" ; $safe = new Threaded (); $safe -> merge ( $array ); $safe -> foo = "bar ... $safe ); ?> 上の例の出力は以下となります。 object(Threaded)#2 (13) { ["0"]=> int(0) ["1"]=> int(1) ["2"]=> in ...
https://man.plustar.jp/php/threaded.merge.html - [similar]
Execution 9237
« Threaded::pop Threaded::shift » PHP Manual Threaded Execution Threaded::run (PECL pthreads >= ... 2.0.0) Threaded::run — Execution 説明 public Threaded::run (): voi ... used, will be ignored 関連キーワード: Execution , Threaded , run , パラメータ , intended , return , methods , ...
https://man.plustar.jp/php/threaded.run.html - [similar]
PREV 1 2 3 4 NEXT