- Timestamp:
- 2013/06/08 16:35:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/batch/SC_Batch_Update.php
r22567 r22856 31 31 * @version $Id$ 32 32 */ 33 class SC_Batch_Update extends SC_Batch 33 class SC_Batch_Update extends SC_Batch 34 34 { 35 36 35 /** 37 36 * 変換したいファイルの拡張子をカンマ区切りで羅列. … … 78 77 foreach ($fileArrays as $path) { 79 78 if (is_file($path)) { 80 81 79 // ファイル名を取得 82 80 $fileName = pathinfo($path, PATHINFO_BASENAME); … … 109 107 foreach ($includeArray as $include) { 110 108 if ($suffix == $include) { 111 112 109 // ファイル内容を取得 113 110 $contents = file_get_contents($path); … … 188 185 } 189 186 umask($oldMask); 187 190 188 return $arrLog; 191 189 } … … 208 206 foreach ($dirs as $dir) $this->listdirs($dir); 209 207 } 208 210 209 return $alldirs; 211 210 }
Note: See TracChangeset
for help on using the changeset viewer.
