how can I search an array matching two or more values?
Array
(
[1440972000] => Array
(
[mitarbeiterid] => 1
[von] => 1441006800
[doppeltermin] => n
[stundentermin] => n
[abgesagt] => n
)
)
I would like to search for "mitarbeiterid" and "von". This is just a example, in this array are a few hundred entries.
I only know how to search for e.g. "von" but how to combine the search parameters?