$route->parse()
Tries to match the path with the regular expression and extracts all arguments for the Route action
Parameters
Name | Type | Default |
---|---|---|
$pattern * | string |
– |
$path * | string |
– |
Return type
array
|false