Appends a named array to the output buffer. The length of the array is written as uint, so arrays longer than uint.max can't be used. This is done because php doesn't support ulongs (only longs)
base type of array
string to serialize struct data to
array to append
name of array item
See Implementation
Appends a named array to the output buffer. The length of the array is written as uint, so arrays longer than uint.max can't be used. This is done because php doesn't support ulongs (only longs)