...
Argument | Type | Description |
---|---|---|
array | Array | List of values |
Examples
Code Block |
---|
$aList = [ 1, 2 ], popElement($aList) |
...
popElement() returns the discount filter from the end of the list of filters, then removes this filter from the list.
...
Argument | Type | Description |
---|---|---|
array | Array | List of values |
Code Block |
---|
$aList = [ 1, 2 ], popElement($aList) |
...
popElement() returns the discount filter from the end of the list of filters, then removes this filter from the list.