-
Гость
Сравнение массивов в PHP с Laravel [дубликат]
Сообщение
Гость »
У меня есть два массива, говорит
Код: Выделить всё
$arraySel =array("1","Comment","LongText",
"2","Owners","Smalltext"
"3","Text","SmallText");
$arrayCurrent=array("1","Comment","LongText",
"2","Owners","Smalltext");
I need to compare these two arrays and i want to print the item which is nto exists in $arrayCurrent..I am working with PHP.
Источник:
https://stackoverflow.com/questions/550 ... th-laravel
1710388143
Гость
У меня есть два массива, говорит
[code]$arraySel =array("1","Comment","LongText",
"2","Owners","Smalltext"
"3","Text","SmallText");
$arrayCurrent=array("1","Comment","LongText",
"2","Owners","Smalltext");
[/code]
I need to compare these two arrays and i want to print the item which is nto exists in $arrayCurrent..I am working with PHP.
Источник: [url]https://stackoverflow.com/questions/55016349/array-comparison-in-php-with-laravel[/url]