PHP 8.4.0 RC4 available for testing

parallel\Channel::send

(0.9.0)

parallel\Channel::sendSharing

Descrição

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

Shall send the given value on this channel

Exceptions

Aviso

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

Aviso

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

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top