array_combine

Definition

array array_combine ( array $keys , array $values )

Description

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

[More at php.net]

Parameters



loading


Share/bookmark - array_combine


Global comments