print

array_pair ()

You are here: C97net5.01 General Functions

Merge two arrays to one array.

function array_pair ($array1, $array2, $first = '')

This function will merge two arrays to one array, using $array1 as keys, and $array2 as values.

$array1 is the array to be used as the keys for the new array.

$array2 is the array to be used as the values for the new array.

$first is a string, when defined, it will be used as the first element of the array with key = 0.

Example 1

<?php
require './includes/user_init.php';
$arr1 = array (123, 456, 789);
$arr2 = array ('abc', 'def', 'ghi');

// result: Array ( [123] => abc [456] => def [789] => ghi )
print_r (array_pair ($arr1, $arr2));
?>
Posted on: Aug-20-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome