Warning: value_array_append_vals is deprecated.
Appends the provided values into array
as with append.
Use Variant API instead.
(The provided data is copied rather than being inserted directly.)
array |
a ValueArray |
... |
the first value to add, followed by other type/value pairs, terminated by INVALID |
first_type |
the type of the first value to add |