Beispiel #1
0
 public static function FilterCreate($fname, $vals, $type, $cOperationType = false, $bSkipEmpty = true)
 {
     return CLdapUtil::FilterCreateEx($fname, $vals, $type, $bFullJoin, $cOperationType, $bSkipEmpty);
 }