array_merge_replace.php File Reference

Go to the source code of this file.

Functions

 array_merge_replace ($array, $newValues)


Function Documentation

array_merge_replace array,
newValues
 

Merges two arrays and replace existing Entrys

Merges two Array like the PHP Function array_merge_recursive. The main difference is that existing Keys will be replaced with new Values, not combined in a new Sub Array.

Usage: $newArray = array_merge_replace( $array, $newValues );

Author:
Tobias Tom <t.tom@succont.de>
Parameters:
array (Array) First Array with 'replaceable' Values.
newValues (Array) Array which will be merged into first one.
Returns:
(Array) Resulting Array from replacing Process.

Definition at line 18 of file array_merge_replace.php.

Referenced by GenericPPFInterface::GenericPPFInterface(), LFSWorldSQLCache::get(), LFSWorldFileCache::get(), GenericPPFInterface::getData(), LFSWorldSQLCache::getLastUpdate(), LFSWorldSQLCache::LFSWorldSQLCache(), and LFSWorldFileCache::save().


Generated on Wed Oct 25 03:13:32 2006 for LFSWorldParsingProviderFramework by  doxygen 1.4.6