Bugfixes
* Queue now has a destroy() method * Examples updated
This commit is contained in:
@ -32,6 +32,13 @@ class Queue
|
||||
|
||||
}
|
||||
|
||||
public function destroy()
|
||||
{
|
||||
if ($this->resource) {
|
||||
msg_remove_queue($this->resource);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Send to the queue
|
||||
*
|
||||
|
Reference in New Issue
Block a user