teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

code

2016/11/05 03:58

投稿

dokoniarukana
dokoniarukana

スコア31

title CHANGED
File without changes
body CHANGED
@@ -4,10 +4,10 @@
4
4
  ```ここに言語を入力
5
5
  $name = $date = [];
6
6
 
7
- if ($official->Filter('table')) {
7
+ if ($node->Filter('table')) {
8
8
  for ($i = 1; $i < 10; $i ++) {
9
- $date[] = $official->filter('tr')->eq($i)->filter('td')->text();
9
+ $date[] = $node->filter('tr')->eq($i)->filter('td')->text();
10
- $name[] = $official->filter('tr')->eq($i)->filter('a')->text();
10
+ $name[] = $node->filter('tr')->eq($i)->filter('a')->text();
11
11
  };
12
12
  };
13
13
 

1

タイトル

2016/11/05 03:58

投稿

dokoniarukana
dokoniarukana

スコア31

title CHANGED
File without changes
body CHANGED
File without changes