php8.5
Home/ Manual/ parallel / channel/ parallel\Channel::send

parallel\Channel::send

PHP function Edit on GitHub ✎

(0.9.0)

Sharing

Description

parallel\Channel::send(mixed $value): void

Shall send the given value on this channel

Exceptions

Warning

Shall throw parallel\Channel\Error\Closed if channel is closed.

Warning

Shall throw parallel\Channel\Error\IllegalValue if value is illegal.

Source: reference/parallel/parallel/channel/send.xml · from the official PHP manual (php/doc-en)