예제 #1
0
파일: Qconf.php 프로젝트: RockyUSP/QConf
 public static function getBatchKeys($name, $idc = null, $flags = QconfConfig::QCONF_WAIT)
 {
     return QConfig::GetBatchKeys(trim($name), $idc, $flags);
 }