質問編集履歴

2

code

2016/11/05 03:58

投稿

dokoniarukana
dokoniarukana

スコア31

test CHANGED
File without changes
test CHANGED
@@ -10,13 +10,13 @@
10
10
 
11
11
 
12
12
 
13
- if ($official->Filter('table')) {
13
+ if ($node->Filter('table')) {
14
14
 
15
15
  for ($i = 1; $i < 10; $i ++) {
16
16
 
17
- $date[] = $official->filter('tr')->eq($i)->filter('td')->text();
17
+ $date[] = $node->filter('tr')->eq($i)->filter('td')->text();
18
18
 
19
- $name[] = $official->filter('tr')->eq($i)->filter('a')->text();
19
+ $name[] = $node->filter('tr')->eq($i)->filter('a')->text();
20
20
 
21
21
  };
22
22
 

1

タイトル

2016/11/05 03:58

投稿

dokoniarukana
dokoniarukana

スコア31

test CHANGED
File without changes
test CHANGED
File without changes