note 63795 deleted from
function.array-intersect-key by nlopess
2006-03-31 09:43:37
Note Submitter: Jesse - Seattle, WA, US
----
Does not this accomplish the same thing for two arrays for
PHP versions not supporting this function?
array_flip (array_intersect (array_flip ($a), array_flip
($b)))
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php