Esempio n. 1
0
 public static function getBatchKeys($name, $idc = null, $flags = QconfConfig::QCONF_WAIT)
 {
     return QConfig::GetBatchKeys(trim($name), $idc, $flags);
 }