/ Published in: PHP
URL: http://www.php.net/manual/ru/function.array-diff.php#101613
PHP built-in function array_diff($one, $two) working in one-way only: it not will return new elements from $two. This simple function do that.
Expand |
Embed | Plain Text
<?php function fullArrayDiff($left, $right) { } ?>
You need to login to post a comment.
