Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

union of two arrays in php

$union = array_unique(array_merge($a, $b));
Source by docstore.mik.ua #
 
PREVIOUS NEXT
Tagged: #union #arrays #php
ADD COMMENT
Topic
Name
2+2 =