Docs
Search
Hooks
Functions
Methods
Classes
Home
Functions
evf_array_overlay()
evf_array_overlay(
array
$a1
,
array
$a2
):
array
Merge two arrays.
Parameters
$a1
array
required
First array to merge.
$a2
array
required
Second array to merge.
Return
array
Related
Uses
Description
evf_array_overlay()
includes/evf-formatting-functions.php
Merge two arrays.
Used by
Description
evf_array_overlay()
includes/evf-formatting-functions.php
Merge two arrays.