testerArr = array( "gwang", // 王刚 "8796-any", // 王倩倩 "wanggangzero.cn", // 王刚 ); } function _InitBaneder() { $this->banedArr = array( "251984775-baidu", // 王刚 ); } /** * 外网paydb */ protected function _InitOuterNetPaydb() { $this->paydb->host = '10.66.108.49'; $this->paydb->host = '10.66.172.19'; $this->paydb->port = '3306'; $this->paydb->name = 'dhdpay'; $this->paydb->user = 'root'; $this->paydb->password = 'wanggang1985'; } /** * 外网nosql */ protected function _InitOuterNetNosql() { $this->nosql->host = "10.66.143.110"; # host/ip $this->nosql->port = 6379; # 端口 $this->nosql->pwd = 'crs-6jcljj4g:ylsj2018'; # 密钥 } } return new config_and;