array_zipper()
array_zipper(array $zipperInput) : array
Zip a set of arrays together on common keys
The $zipperInput array is an array of arrays indexed by their place in the output array.
Parameters
array | $zipperInput |
Query(string|object|array $params = '') : \Query\QueryBuilder|null
Connection function
Send an array or object as connection parameters to create a connection. If the array or object has an 'alias' parameter, passing that string to this function will return that connection. Passing no parameters returns the last connection created.
string|object|array | $params |