検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 100 for channel (0.007 sec.)
The parallel\Channel class 10077
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channel ... l class The parallel\Channel class (0.9.0) Unbuffered Channels An unbuffered ch ... annel will block on calls to parallel\Channel::send() until there is a receiver, and block on ca ... lls to parallel\Channel::recv() until there is a sender. This means an unb ... uffered channel is not only a way to share data among tasks but al ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
Access 9544
« parallel\Channel::__construct parallel\Channel::open » PHP Manual parallel\Channel Access para ... llel\Channel::make (0.9.0) parallel\Channel::make — Access 説明 ... public parallel\Channel::make ( string $name ): Channel Shall make an unbu ... ffered channel with the given name public parallel\Channel::make ... ( string $name , int $capacity ): Channel Shall make a buffered channel with the given name ...
https://man.plustar.jp/php/parallel-channel.make.html - [similar]
The Swoole\Channel class 9492
« Swoole\Buffer::write Swoole\Channel::__construct » PHP Manual Swoole The Swoole\Channel class ... The Swoole\Channel class (PECL swoole >= 1.9.0) はじめに クラス概要 c ... lass Swoole\Channel { /* メソッド */ public __destruct (): void public ... $data ): bool public stats (): array } 目次 Swoole\Channel::__construct — Construct a Swoole Channel Swoole\C ... hannel::__destruct — Destruct a Swoole channel. Swoole\Channel::pop — Read and pop data from swoo ...
https://man.plustar.jp/php/class.swoole-channel.html - [similar]
Channel Construction 9401
« parallel\Channel parallel\Channel::make » PHP Manual parallel\Channel Channel Construction par ... allel\Channel::__construct (1.1.0) parallel\Channel::__construct ...Channel Construction 説明 public parallel\Channel::__const ... ruct () Shall make an anonymous unbuffered channel public parallel\Channel::__construct ( int $capaci ... ty ) Shall make an anonymous buffered channel with the given capacity パラメータ capacity May be ...
https://man.plustar.jp/php/parallel-channel.construct.html - [similar]
Imagick クラス 9362
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... iveBlurImage ( float $radius , float $sigma , int $channel = Imagick::CHANNEL_DEFAULT ): bool public adaptive ... SharpenImage ( float $radius , float $sigma , int $channel = Imagick::CHANNEL_DEFAULT ): bool public adaptive ... bool public addNoiseImage ( int $noise_type , int $channel = Imagick::CHANNEL_DEFAULT ): bool public affineTr ... ool $stack ): Imagick public autoLevelImage ( int $channel = Imagick::CHANNEL_DEFAULT ): bool public averageI ...
https://man.plustar.jp/php/class.imagick.html - [similar]
Construct a Swoole Channel 9271
« Swoole\Channel Swoole\Channel::__destruct » PHP Manual Swoole\Channel Construct a Swoole Channel ... el Swoole\Channel::__construct (PECL swoole >= 1.9.0) Swoole\Channel ... ::__construct — Construct a Swoole Channel 説明 public Swoole\Channel::__construct ( string $ ... size ) Swoole channel is memory data structure works like Chan in Golang ... rmance message queue in memory. Construct a swoole channel with a fixed size. The minimum size of a swoole ch ...
https://man.plustar.jp/php/swoole-channel.construct.html - [similar]
Write and push data into Swoole channel. 9089
« Swoole\Channel::pop Swoole\Channel::stats » PHP Manual Swoole\Channel Write and push data into ... Swoole channel. Swoole\Channel::push (PECL swoole >= 1.9.0) Swool ... e\Channel::push — Write and push data into Swoole channel. 説 ... 明 public Swoole\Channel::push ( string $data ): bool Data can be any non-e ... type. If size of the data is more than 8KB, swoole channel will use temp files storage. The function will ret ...
https://man.plustar.jp/php/swoole-channel.push.html - [similar]
Access 9063
« parallel\Channel::make parallel\Channel::recv » PHP Manual parallel\Channel Access parallel\Channel ... annel::open (0.9.0) parallel\Channel::open — Access 説明 public parallel\Channel::open ... ( string $name ): Channel Shall open the channel with the given name Excepti ... ons 警告 Shall throw parallel\Channel\Error\Existence if channel does not exist. 関連キー ...
https://man.plustar.jp/php/parallel-channel.open.html - [similar]
Sharing 9024
« parallel\Channel::recv parallel\Channel::close » PHP Manual parallel\Channel Sharing parallel\ ... Channel::send (0.9.0) parallel\Channel::send — Sharing 説明 public parallel\Channel::send ... $value ): void Shall send the given value on this channel Exceptions 警告 Shall throw parallel\Channel\Error ... \Closed if channel is closed. 警告 Shall throw parallel\Channel\Error ...
https://man.plustar.jp/php/parallel-channel.send.html - [similar]
Sharing 8972
« parallel\Channel::open parallel\Channel::send » PHP Manual parallel\Channel Sharing parallel\Channel ... hannel::recv (0.9.0) parallel\Channel::recv — Sharing 説明 public parallel\Channel::recv ... (): mixed Shall recv a value from this channel Exceptions 警告 Shall throw parallel\Channel\Error ... \Closed if channel is closed. 関連キーワード: Sharing , recv , Shall ...
https://man.plustar.jp/php/parallel-channel.recv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT