質問編集履歴
1
誤字の訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
```
|
8
8
|
<?php
|
9
9
|
try {
|
10
|
-
$file =
|
10
|
+
$file = new SplFileObject('/home/ec2-user/winneyuser.csv',r);
|
11
11
|
$file->setFlags(SplFileObject::READ_CSV);
|
12
12
|
}catch (RuntimeException $e) {
|
13
13
|
throw $e;
|