Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited0920e

Browse files
julien-cweaverryan
authored andcommitted
each() iterates over items as Crawlers
1 parent57c5719 commited0920e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/dom_crawler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Call an anonymous function on each node of the list::
141141
return $node->text();
142142
});
143143

144-
The anonymous function receives the position and the node as arguments.
144+
The anonymous function receives the position and the node(as a Crawler)as arguments.
145145
The result is an array of values returned by the anonymous function calls.
146146

147147
Adding the Content

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp