Class Record
public static
array
|
|
public static
array
|
public static
array
|
#
mergeMixedRecords( array $recordArrs, array $attrUnion )
Merges records of different types Merges records of different types Parameters
Returnsarray An array of records with keys equal to the keys specified in $attrUnion and with values corresponding to the values in $recordArrs. If a particular record type in $recordArrs does not have one of the attributes in $attrUnion, that attribute will be set to null; |
public static
array
|