随笔分类 - php
摘要:```php rabbitmq = $rabbitmq; } /** * Execute the job. * * @return void * @throws \Exception */ public function handle() { if ($this->rabbitmq->state =...
阅读全文
摘要:【构造函数】 function __construct() 【析构函数】 当某个对象的所有引用被删除,或者对象被显式的销毁时会执行析构函数 function __destruct() 【静态方法】 public static function method() 类名::方法名 可以使用self,pa
阅读全文