PHP 8.4.0 RC4 available for testing

parallel\Channel::send

(0.9.0)

parallel\Channel::sendPartage

Description

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

Envoie la valeur donnée sur ce canal.

Exceptions

Avertissement

Lance une parallel\Channel\Error\Closed si le canal est fermé.

Avertissement

Lance une parallel\Channel\Error\IllegalValue si la valeur est illégale.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top