Ignore:
Timestamp:
2011/01/23 19:47:53 (13 years ago)
Author:
Seasoft
Message:

#628(未使用処理・定義などの削除) 対応漏れ箇所

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/util/GC_Utils.php

    r19805 r20031  
    222222    } 
    223223 
    224     /*---------------------------------------------------------------------- 
    225      * [名称] sf_explodeExt 
    226      * [概要] ファイルの拡張子取得 
    227      * [引数] ファイル名 
    228      * [戻値] 拡張子 
    229      * [依存] なし 
    230      * [注釈] - 
    231      *----------------------------------------------------------------------*/ 
    232     function gf_explodeExt($fileName) { 
    233         $ext1 = explode(".", $fileName); 
    234         $ext2 = $ext1[count($ext1) - 1]; 
    235         $ext2 = strtolower($ext2); 
    236         return $ext2; 
    237     } 
    238  
    239  
    240224    /*---------------------------------------------------------------------------------------------------------------------- 
    241225     * [名称] gfMailHeaderAddr 
Note: See TracChangeset for help on using the changeset viewer.