parallel\Channel::send

(0.9.0)

parallel\Channel::sendSharing

说明

public parallel\Channel::send(mixed $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\IllegalValue if value is illegal.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

备份地址:http://www.lvesu.com/blog/php/parallel-channel.send.php