class Queue implements Countable (View source)

Methods

__construct()

No description

void
push(mixed $value, int $notify_which = 0)

No description

mixed
pop(float $wait = 0)

No description

int<0, max>
count()

Count elements of an object

void
clean()

No description

Details

__construct()

No description

void push(mixed $value, int $notify_which = 0)

No description

Parameters

mixed $value
int $notify_which

Return Value

void

mixed pop(float $wait = 0)

No description

Parameters

float $wait

Return Value

mixed

int<0, max> count()

Count elements of an object

Return Value

int<0, max>

The custom count as an integer.

The return value is cast to an integer.

void clean()

No description

Return Value

void