Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

check if second array has all the values from the first element php

$containsAllValues = !array_diff($search_this, $all);
 
PREVIOUS NEXT
Tagged: #check #array #values #element #php
ADD COMMENT
Topic
Name
3+5 =