[php] 파일이름에서 확장자를 뽑아냄
로빈아빠
본문
파일이름에서 확장자를 뽑아냄
function get_ext($file) { $file=eregi_replace("^.+\.([^\.]{1,})$","\\1",$file); return strtolower($file); }
관련링크
댓글목록
등록된 댓글이 없습니다.