February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_combine
array array_combine(arraykeys, arrayvalues)
Returns an array created by using each element in the
keys array as the key and the element in
the values array as the value. If either
array has no elements, if the number of elements in each array
differs, or if an element exists in one array but not in the other,
false is returned.
Read now
Unlock full access