Go to the source code of this file.
Functions | |
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 );
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(). |