Example #1
0
 public static function getAllHostNative($name, $idc = null, $flags = QconfConfig::QCONF_WAIT)
 {
     return QConfig::GetBatchKeysNative(trim($name), $idc, $flags);
 }