$segments->remove()
Removes an element from the array by key
$segments->remove(mixed $key): Kirby\Query\Segments
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $key * | mixed |
– | the name of the key |
Return type
This method modifies the existing $segments object it is applied to and returns it again.
Parent class
Kirby\Query\Segments inherited from Kirby\Toolkit\Collection