how to merge data array of to array in php?
i have 2 arrays like:
and i want to merge data like:
how to code in php like array_merge or something in php or laravel?
i have try using array_merge but not my expectation data like this:
but data always return
i have clue about this, can someone help this problem?
View on Stack Overflow
