Queue
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
count()
Count elements of an object
void
clean()
No description
Details
__construct()
No description
void
push(mixed $value, int $notify_which = 0)
No description
mixed
pop(float $wait = 0)
No description
int
count()
Count elements of an object
void
clean()
No description