Your IP : 52.15.254.112
--- title: parse_selector (protected) --- ```php parse_selector ( string $selector_string ) : array ``` | Parameter | Description | --------- | ----------- | `selector_string` | The selector string Parses a CSS selector into an internal format for further use. See also [`find`](../find/). |