\\\\EventBase为啥前面带四个\呢

hk2018

有啥其它含义吗
event.php的构造方法

    public function __construct()
    {
        if (\class_exists('\\\\EventBase', false)) {
            $class_name = '\\\\EventBase';
        } else {
            $class_name = '\EventBase';
        }
        $this->_eventBase = new $class_name();
    }
1365 2 0
2个回答

lxy

使用方法输出结果为\EventBase

  • hk2018 2019-10-18

    走的是下面的,输出的是\EventBase

blogdaren

当安装event扩展时如果填写了空的命名空间要用到这个

  • hk2018 2019-10-18

    安装event扩展时 在哪填写命名空间?这个还真没遇见过呢

年代过于久远,无法发表回答
🔝