PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $options = [ 1,2,3,4,5,6,7,8,9,10 ]; $compound = [2, 3, 4, 5, 6]; print_r(array_diff($compound, $options));
Show:  
Copy Clear