parallel\Channel::open
PHP Manual
PHP Manual»parallel\Channel»parallel\Channel::open

parallel\Channel::open

(0.9.0)

parallel\Channel::openAccess

Açıklama

public function parallel\Channel::open(string $name): Channel

Shall open the channel with the given name

Exceptions

Uyarı

Shall throw parallel\Channel\Error\Existence if channel does not exist.

To Top