class Channel (View source)

Properties

$capacity
$errCode

Methods

__construct($size = null)

No description

mixed
push(mixed $data, mixed|null $timeout = null)

No description

mixed
pop(mixed|null $timeout = null)

No description

mixed
isEmpty()

No description

mixed
isFull()

No description

mixed
close()

No description

mixed
stats()

No description

mixed
length()

No description

Details

__construct($size = null)

No description

Parameters

$size

mixed push(mixed $data, mixed|null $timeout = null)

No description

Parameters

mixed $data
mixed|null $timeout

Return Value

mixed

mixed pop(mixed|null $timeout = null)

No description

Parameters

mixed|null $timeout

Return Value

mixed

mixed isEmpty()

No description

Return Value

mixed

mixed isFull()

No description

Return Value

mixed

mixed close()

No description

Return Value

mixed

mixed stats()

No description

Return Value

mixed

mixed length()

No description

Return Value

mixed