コード例 #1
0
ファイル: Qconf.php プロジェクト: RockyUSP/QConf
 public static function getAllHostNative($name, $zk = null)
 {
     if ($zk == null) {
         $zk = self::getZk();
     }
     if ($zk == null) {
         return null;
     }
     QConfig::setFastGetHost($zk);
     return QConfig::GetChild($name);
 }