Universeorange.com/Docs/

R3m/framework Function reference array.combine

{array.combine(Array $keys, Array $values)}

Creates an array by using the values from the keys array as keys, and the values from the values array as the corresponding values.

Returns the combined array, false if the number of elements for each array isn't equal.

More information:

https://www.php.net/manual/en/function.array-combine.php

Last modified: 2021-06-07

© 2021 universeorange.com