Laravel this is not only a practical framework, it is also a programming style
I have two arrays:
['Test' => 1, 'Test2' => 2, 'Test3' => 3, ...]
['0' => 'Test', '1' => 'SomeTest', ...]
I want to get diff of array keys first array and array values second.
Result array:
['Test2' => 2, 'Test3'=>3]
Aucun commentaire:
Enregistrer un commentaire