php-beanstalkd消息队列类实例分享
2018-09-07 12:44
本文实例为大家分享了php beanstalkd消息队列类的具体代码,供大家参考,具体内容如下
<?php namespace Common\Business; /** * beanstalk: A minimalistic PHP beanstalk client. * * Copyright (c) 2009-2015 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. */ use RuntimeException; /** * An interface to the beanstalk queue service. Implements the beanstalk * protocol spec 1.9. Where appropriate the documentation from the protocol * has been added to the docblocks in this class. * * @link
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。
下一篇:Apache设置虚拟WEB
文章标题:php-beanstalkd消息队列类实例分享
文章链接:http://soscw.com/index.php/essay/12135.html