質問編集履歴

1

コード追加

2017/06/12 03:39

投稿

rvsezuki
rvsezuki

スコア66

test CHANGED
File without changes
test CHANGED
@@ -9,3 +9,27 @@
9
9
  はありますでしょうか?
10
10
 
11
11
  file-get-contentなど一通り調べてやったのですが、ダメでした。
12
+
13
+ ```ここに言語を入力
14
+
15
+ <?php
16
+
17
+ $path = '/test1/test2/test3/test4/fileA.xml';
18
+
19
+ readfile($path);
20
+
21
+ require($path);
22
+
23
+ include($path);
24
+
25
+ file_get_contents($path);
26
+
27
+
28
+
29
+ ?>
30
+
31
+ ```
32
+
33
+
34
+
35
+ などなどを試しました。