Informática, perguntado por matheusmartins102002, 7 meses atrás

Associe as expressões e seus valores sobre as funções comuns do PHP

Coluna 1 Coluna 2
1. array_merge([1, 2, 3], [2, 3, 4]) ( ) [1]
2. array_combine([1, 2, 3], [2, 3, 4]) ( ) [1, 2, 3, 4]
3. array_intersect([1,2,3], [2,3,4]) ( ) [1, 2, 3, 2, 3, 4]
4. array_diff([1,2,3], [2,3,4]) ( ) [1 => 2, 2 => 3, 3 => 4]
5. array_unique(array_merge([1, 2, 3], [2, 3, 4])) ( ) [2, 3]

Preciso com urgência por favor

Soluções para a tarefa

Respondido por MungUwU
2

q n intedi ;-----------;


matheusmartins102002: Não consegui colocar a foto, fiz outra pergunta e coloquei a foto lá, acho que vai ficar mais facil de entender
Perguntas interessantes