PHP » GoLang |
login |
register |
about
|
u can change string to anything array_intersect(PHP 4 >= 4.0.1, PHP 5, PHP 7) array_intersect — Computes the intersection of arrays Description
array array_intersect
( array
$array1
, array $array2
[, array $...
] )
array_intersect() returns an array
containing all the values of Parameters
Return Values
Returns an array containing all of the values in
Examples
Example #1 array_intersect() example
<?php The above example will output: Array ( [a] => green [0] => red ) Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|