質問編集履歴
1
誤字の訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
try {
|
18
18
|
|
19
|
-
$file =
|
19
|
+
$file = new SplFileObject('/home/ec2-user/winneyuser.csv',r);
|
20
20
|
|
21
21
|
$file->setFlags(SplFileObject::READ_CSV);
|
22
22
|
|