Your IP : 3.23.103.203
--- title: expect --- ```php expect ( string $selector [, int $idx = null ] [, bool $lowercase = false ] ) : mixed ``` Finds elements in the DOM. Returns null if no match was found. See [`find`](./find/) for a description of parameters and selectors. |