摘要:
1.error_log($message,$message_type,$destination,$extra_headers)函数, 2.message_type 是0,发送信息到php.ini配置的error_log的位置 cli环境下是这里:/etc/php/7.0/cli/php.ini fp 阅读全文
posted @ 2019-04-26 15:22
唯一客服系统开发笔记
阅读(2717)
评论(0)
推荐(0)
摘要:
搬家进程中反射实现控制反转,样做的好处是可以通过配置项动态的控制下面那个类的属性 1.$this->getObject($class, $config->getConfig('param'), array($this), $interfaces);2.$reflection=new Reflecti 阅读全文
posted @ 2019-04-26 11:49
唯一客服系统开发笔记
阅读(641)
评论(0)
推荐(0)