Takuaraa
Results
2
issues of
Takuaraa
Hello, Is there a way to count how many h1 tags a given url has? How can I increment $count using this: ? ``` $client = new Client(); $crawler =...
Hello, Is it possible to have a "filter"-code inside another "filter"-code. For example I have this to get me the urls from a website: ``` ... $links = $crawler->filter('a')->each(function ($node)...