Segments::parse()
Splits the string of a segment chaing into an array of segments as well as conenctors (.
or .
|null
)
Segments::parse(string $string): array
Parameters
Name | Type | Default |
---|---|---|
$string * | string |
– |
Return type
array