[ Version ( since = "0.16.0" ) ]
public bool append_strings (string[] values, bool[]? is_valids) throws Error
Append multiple values at once.
It's more efficient than multiple `append` and `append_null` calls.
| this | |
| values |
The array of strings. |
| is_valids |
The array of boolean that shows whether the Nth value is valid or not. If the Nth |
| is_valids_length |
The length of |
| values_length |
The length of |
|
true on success, false if there was an error. |