Crawler
reduce(Closure $closure)
Reduces the list of nodes by calling an anonymous function. To remove a node from the list, the anonymous function must return false.
Parameters Closure $closure An anonymous function Return Value Crawler A Crawler instance with the selected nodes