Union de deux tableaux en php

$union = array_unique(array_merge($a, $b));
kkmitra