---
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/).