Method Thread.Queue()->write()
- Method write
int
write(mixed
value
)- Description
This function puts a
value
last in the queue. If the queue is too small to hold thevalue
it will be expanded to make room. The number of items in the queue after the write is returned.- See also