質問編集履歴

1

【PHP ver】5.3

2019/05/30 07:37

投稿

silversink
silversink

スコア16

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
-
17
+ 【PHP ver】5.3
18
18
 
19
19
 
20
20
 
@@ -70,7 +70,7 @@
70
70
 
71
71
  ■設定箇所
72
72
 
73
- /---------------------------------------------------------/
73
+
74
74
 
75
75
 
76
76
 
@@ -84,6 +84,16 @@
84
84
 
85
85
  PHPExcel_Settings::setCacheStorageMethod($cacheMethod, $cacheSettings);
86
86
 
87
+ ```ここに言語を入力
87
88
 
89
+ $cacheMethod = PHPExcel_CachedObjectStorageFactory:: cache_to_discISAM;
88
90
 
91
+ $cacheSettings = array(
92
+
89
- /---------------------------------------------------------/
93
+ 'dir' => '/usr/local/tmp'
94
+
95
+ );
96
+
97
+ PHPExcel_Settings::setCacheStorageMethod($cacheMethod, $cacheSettings);
98
+
99
+ ```