$arrayPush
$arrayPush
will add given elements to the array.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
name | string | Name of the array. | true |
…elements | string | Elements to add. | true |
$arrayPush
will add given elements to the array.
Field | Type | Description | Required |
---|---|---|---|
name | string | Name of the array. | true |
…elements | string | Elements to add. | true |