Konstantin Nikiforov wrote:
а так пробовали?$commonPart = *current(*$["a"]*);* foreach($["a"] as $a) $commonPart = array_intersect($commonPart,$a); PS: операция and для множеств ассоциативна <- из математики
Спасибо.
Так же посоветовали функцию:
call_user_func_array('array_intersect', $any_number_of_arrays_here);
--
Sincerely,
Nicholas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

