파일이름의 확장자로 파일 종류를 확인하는 함수입니다.
미디어스킨 또는 이미지 관련스킨에 유용할듯해서 올립니다.
function file_type($filename)
{
$tmp = explode(".", $filename);
$ext = trim($tmp[count($tmp)-1]);
$type_image = "jpg|jpeg|gif|bmp|pcx|png";
$type_compress = "zip|alz|gz|tar|z|rar|ace|bz|bz2";
$type_text = "txt|text|rtf|2b";
$type_html = "htm|html";
$type_hwp = "hwp|h30";
$type_exe = "exe";
$type_font = "ttf";
$type_movie = "avi|mpg|mpeg|mqv|asf|wmv|mov";
$type_sound = "wav|mp3|mid|wma";
if(preg_match("/($type_image)/i",$ext))
$file_type = 'image';
else if(preg_match("/($type_compress)/i",$ext))
$file_type = 'compress';
else if(preg_match("/($type_text)/i",$ext))
$file_type = 'text';
else if(preg_match("/($type_html)/i",$ext))
$file_type = 'html';
else if(preg_match("/($type_hwp)/i",$ext))
$file_type = 'hwp';
else if(preg_match("/($type_exe)/i",$ext))
$file_type = 'exe';
else if(preg_match("/($type_font)/i",$ext))
$file_type = 'font';
else if(preg_match("/($type_movie)/i",$ext))
$file_type = 'movie';
else if(preg_match("/($type_sound)/i",$ext))
$file_type = 'sound';
else
$file_type = 'unknown';
return $file_type;
}
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7330 | 11년 전 | 1688 | ||
| 7329 | 11년 전 | 936 | ||
| 7328 | 11년 전 | 2232 | ||
| 7327 | 11년 전 | 1725 | ||
| 7326 | 11년 전 | 3819 | ||
| 7325 | 11년 전 | 2276 | ||
| 7324 | 11년 전 | 4527 | ||
| 7323 |
호식이와미돌
|
11년 전 | 1301 | |
| 7322 |
호식이와미돌
|
11년 전 | 1150 | |
| 7321 | 11년 전 | 1788 | ||
| 7320 | 11년 전 | 1763 | ||
| 7319 | 11년 전 | 1328 | ||
| 7318 |
|
11년 전 | 985 | |
| 7317 |
멋진남자임
|
11년 전 | 1621 | |
| 7316 |
잘살아보자
|
11년 전 | 994 | |
| 7315 | 11년 전 | 1108 | ||
| 7314 | 11년 전 | 1325 | ||
| 7313 |
잘살아보자
|
11년 전 | 1129 | |
| 7312 | 11년 전 | 886 | ||
| 7311 |
사랑한데이
|
11년 전 | 2076 | |
| 7310 |
잘살아보자
|
11년 전 | 1890 | |
| 7309 |
잘살아보자
|
11년 전 | 3053 | |
| 7308 |
잘살아보자
|
11년 전 | 1022 | |
| 7307 |
잘살아보자
|
11년 전 | 785 | |
| 7306 | 11년 전 | 883 | ||
| 7305 |
잘살아보자
|
11년 전 | 2757 | |
| 7304 | 11년 전 | 1039 | ||
| 7303 | 11년 전 | 1231 | ||
| 7302 | 11년 전 | 745 | ||
| 7301 | 11년 전 | 1525 | ||
| 7300 |
mijaya
|
11년 전 | 1503 | |
| 7299 | 11년 전 | 918 | ||
| 7298 | 11년 전 | 1101 | ||
| 7297 | 11년 전 | 770 | ||
| 7296 | 11년 전 | 742 | ||
| 7295 | 11년 전 | 1567 | ||
| 7294 | 11년 전 | 918 | ||
| 7293 | 11년 전 | 816 | ||
| 7292 | 11년 전 | 910 | ||
| 7291 |
잘살아보자
|
11년 전 | 1096 | |
| 7290 |
잘살아보자
|
11년 전 | 761 | |
| 7289 | 11년 전 | 808 | ||
| 7288 |
잘살아보자
|
11년 전 | 1328 | |
| 7287 | 11년 전 | 839 | ||
| 7286 |
잘살아보자
|
11년 전 | 1336 | |
| 7285 | 11년 전 | 830 | ||
| 7284 | 11년 전 | 986 | ||
| 7283 | 11년 전 | 1012 | ||
| 7282 | 11년 전 | 776 | ||
| 7281 | 11년 전 | 810 | ||
| 7280 | 11년 전 | 1043 | ||
| 7279 | 11년 전 | 1974 | ||
| 7278 | 11년 전 | 814 | ||
| 7277 | 11년 전 | 820 | ||
| 7276 | 11년 전 | 762 | ||
| 7275 | 11년 전 | 1183 | ||
| 7274 | 11년 전 | 824 | ||
| 7273 | 11년 전 | 743 | ||
| 7272 | 11년 전 | 1059 | ||
| 7271 | 11년 전 | 1395 | ||
| 7270 | 11년 전 | 1023 | ||
| 7269 | 11년 전 | 951 | ||
| 7268 | 11년 전 | 991 | ||
| 7267 | 11년 전 | 1831 | ||
| 7266 | 11년 전 | 894 | ||
| 7265 | 11년 전 | 952 | ||
| 7264 |
잘살아보자
|
11년 전 | 2719 | |
| 7263 |
잘살아보자
|
11년 전 | 2264 | |
| 7262 |
잘살아보자
|
11년 전 | 1142 | |
| 7261 |
잘살아보자
|
11년 전 | 1635 | |
| 7260 |
잘살아보자
|
11년 전 | 1255 | |
| 7259 | 11년 전 | 1169 | ||
| 7258 |
잘살아보자
|
11년 전 | 1302 | |
| 7257 |
잘살아보자
|
11년 전 | 1896 | |
| 7256 | 11년 전 | 943 | ||
| 7255 |
그누5입문
|
11년 전 | 1949 | |
| 7254 | 11년 전 | 2169 | ||
| 7253 |
|
11년 전 | 864 | |
| 7252 | 11년 전 | 1007 | ||
| 7251 | 11년 전 | 721 | ||
| 7250 | 11년 전 | 1693 | ||
| 7249 | 11년 전 | 1549 | ||
| 7248 |
sogo87
|
11년 전 | 1044 | |
| 7247 | 11년 전 | 934 | ||
| 7246 | 11년 전 | 706 | ||
| 7245 |
잘살아보자
|
11년 전 | 1083 | |
| 7244 | 11년 전 | 1533 | ||
| 7243 |
presee
|
11년 전 | 599 | |
| 7242 |
sogo87
|
11년 전 | 790 | |
| 7241 | 11년 전 | 892 | ||
| 7240 |
브라이언2
|
11년 전 | 906 | |
| 7239 |
|
11년 전 | 1120 | |
| 7238 | 11년 전 | 2625 | ||
| 7237 |
잘살아보자
|
11년 전 | 2275 | |
| 7236 |
dethos79
|
11년 전 | 1843 | |
| 7235 |
멋진남자임
|
11년 전 | 1404 | |
| 7234 | 11년 전 | 1348 | ||
| 7233 | 11년 전 | 2319 | ||
| 7232 | 11년 전 | 1599 | ||
| 7231 | 11년 전 | 2786 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기