-
Notifications
You must be signed in to change notification settings - Fork 2
array_to_string
Hyomoto edited this page Jun 13, 2021
·
6 revisions
| Jump To | Go Back |
Arguments |
|---|
Returns: string
Throws: InvalidArgumentType
Returns the entries in array converted to a string using divider to separate them. If an array is not provided or the divider is not a string, InvalidArgumentType will be thrown.
| Name | Type | Purpose |
|---|---|---|
| array | array |
The array to convert |
| *divider | string |
The divider to use, default: " " |
Devon Mullane 2020