【发布时间】:2015-04-09 01:25:14
【问题描述】:
phalcon beanstalk 队列的选择和观察方法有什么区别。 两者的cmets是一样的。
namespace Phalcon\Queue {
...
/**
* Change the active tube. By default the tube is 'default'
*
* @param string $tube
* @return string|boolean
*/
public function choose($tube){ }
/**
* Change the active tube. By default the tube is 'default'
*
* @param string $tube
* @return string|boolean
*/
public function watch($tube){ }
...
}
【问题讨论】:
标签: php phalcon beanstalkd