$segments->toArray()
Converts the object into an array
$segments->toArray(Closure $map = null): array
Parameters
| Name | Type | Default |
|---|---|---|
| $map | Closure |
null |
Return type
array
Parent class
Kirby\Query\Segments inherited from Kirby\Toolkit\Collection