監聽管道
$pheanstalk->watch(管道名);
取消監聽管道
$pheanstalk->ignore(管道名);
暫停監聽管道
$pheanstalk->pauseTube(管道名, 暫停時間);
取消暫停監聽管道
$pheanstalk->resumeTube(管道名);
$pheanstalk->watch(管道名);
取消監聽管道
$pheanstalk->ignore(管道名);
暫停監聽管道
$pheanstalk->pauseTube(管道名, 暫停時間);
取消暫停監聽管道
$pheanstalk->resumeTube(管道名);
2020-08-09
任務狀態:
https://image-static.segmentfault.com/371/166/3711665786-555dd6aca8bd0_articlex
https://image-static.segmentfault.com/371/166/3711665786-555dd6aca8bd0_articlex
2020-07-19
https://github.com/MiddleSunshine/beanstalkd/blob/master/doc/protocol.zh-CN.md
中文文檔,說看不懂可以先去老老實實啃一遍文檔,會好懂很多
中文文檔,說看不懂可以先去老老實實啃一遍文檔,會好懂很多
2018-12-25