$segments->remove()
Removes an element from the array by key
$segments->remove(string $key): Kirby\Query\Segments
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $keyrequired | string |
no default value | 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