파일이름의 확장자로 파일 종류를 확인하는 함수입니다.
미디어스킨 또는 이미지 관련스킨에 유용할듯해서 올립니다.
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;
}
// phpschool에서 펌<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
미디어스킨 또는 이미지 관련스킨에 유용할듯해서 올립니다.
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;
}
// phpschool에서 펌<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1230 |
|
18년 전 | 2004 | |
| 1229 |
|
18년 전 | 2940 | |
| 1228 |
|
18년 전 | 2629 | |
| 1227 | 18년 전 | 2927 | ||
| 1226 | 18년 전 | 2362 | ||
| 1225 |
|
18년 전 | 2430 | |
| 1224 | 18년 전 | 2738 | ||
| 1223 |
|
18년 전 | 3984 | |
| 1222 |
mixdesign
|
18년 전 | 2631 | |
| 1221 |
|
18년 전 | 2746 | |
| 1220 | 18년 전 | 3207 | ||
| 1219 | 18년 전 | 2910 | ||
| 1218 | 18년 전 | 2110 | ||
| 1217 |
|
18년 전 | 2552 | |
| 1216 | 18년 전 | 2566 | ||
| 1215 |
mixdesign
|
18년 전 | 4041 | |
| 1214 |
|
18년 전 | 4787 | |
| 1213 | 18년 전 | 2318 | ||
| 1212 |
mixdesign
|
18년 전 | 2493 | |
| 1211 |
|
18년 전 | 2425 | |
| 1210 | 18년 전 | 3755 | ||
| 1209 |
mixdesign
|
18년 전 | 2373 | |
| 1208 |
mixdesign
|
18년 전 | 2377 | |
| 1207 |
mixdesign
|
18년 전 | 1720 | |
| 1206 |
mixdesign
|
18년 전 | 2003 | |
| 1205 |
mixdesign
|
18년 전 | 2699 | |
| 1204 |
mixdesign
|
18년 전 | 3579 | |
| 1203 | 18년 전 | 3090 | ||
| 1202 | 18년 전 | 2971 | ||
| 1201 | 18년 전 | 2033 | ||
| 1200 | 18년 전 | 4127 | ||
| 1199 | 18년 전 | 2167 | ||
| 1198 | 18년 전 | 4193 | ||
| 1197 | 18년 전 | 2504 | ||
| 1196 | 18년 전 | 2357 | ||
| 1195 |
|
18년 전 | 3462 | |
| 1194 | 18년 전 | 2236 | ||
| 1193 | 18년 전 | 2151 | ||
| 1192 | 18년 전 | 3272 | ||
| 1191 | 18년 전 | 3957 | ||
| 1190 | 18년 전 | 2221 | ||
| 1189 |
|
18년 전 | 2355 | |
| 1188 |
|
18년 전 | 3824 | |
| 1187 | 18년 전 | 2708 | ||
| 1186 | 18년 전 | 3365 | ||
| 1185 | 18년 전 | 2774 | ||
| 1184 | 18년 전 | 1664 | ||
| 1183 | 18년 전 | 2131 | ||
| 1182 | 18년 전 | 3700 | ||
| 1181 |
mermaid
|
18년 전 | 2917 | |
| 1180 | 18년 전 | 2971 | ||
| 1179 | 18년 전 | 3608 | ||
| 1178 | 18년 전 | 2167 | ||
| 1177 |
|
18년 전 | 2283 | |
| 1176 | 18년 전 | 3175 | ||
| 1175 | 18년 전 | 1872 | ||
| 1174 |
|
18년 전 | 2230 | |
| 1173 |
|
18년 전 | 2527 | |
| 1172 | 18년 전 | 1776 | ||
| 1171 | 18년 전 | 2104 | ||
| 1170 | 18년 전 | 1989 | ||
| 1169 | 18년 전 | 2506 | ||
| 1168 | 18년 전 | 1924 | ||
| 1167 | 18년 전 | 1721 | ||
| 1166 | 18년 전 | 1747 | ||
| 1165 | 18년 전 | 1727 | ||
| 1164 | 18년 전 | 2781 | ||
| 1163 | 18년 전 | 1557 | ||
| 1162 |
|
18년 전 | 5677 | |
| 1161 |
이걸~어쩌나~
|
18년 전 | 2399 | |
| 1160 | 18년 전 | 1669 | ||
| 1159 | 18년 전 | 4702 | ||
| 1158 | 18년 전 | 2052 | ||
| 1157 | 18년 전 | 4842 | ||
| 1156 | 18년 전 | 3190 | ||
| 1155 | 18년 전 | 2131 | ||
| 1154 | 18년 전 | 1832 | ||
| 1153 |
BEST79
|
18년 전 | 2110 | |
| 1152 | 18년 전 | 1723 | ||
| 1151 | 18년 전 | 1840 | ||
| 1150 | 18년 전 | 1837 | ||
| 1149 |
inniskun
|
18년 전 | 2480 | |
| 1148 |
|
18년 전 | 3494 | |
| 1147 |
|
18년 전 | 5977 | |
| 1146 |
|
18년 전 | 3865 | |
| 1145 | 18년 전 | 3056 | ||
| 1144 | 18년 전 | 2137 | ||
| 1143 | 18년 전 | 2406 | ||
| 1142 | 18년 전 | 2197 | ||
| 1141 |
|
18년 전 | 2303 | |
| 1140 | 18년 전 | 2409 | ||
| 1139 | 18년 전 | 2846 | ||
| 1138 | 18년 전 | 2538 | ||
| 1137 | 18년 전 | 1996 | ||
| 1136 | 18년 전 | 3129 | ||
| 1135 | 18년 전 | 3596 | ||
| 1134 | 18년 전 | 3834 | ||
| 1133 |
자반고등어
|
18년 전 | 3342 | |
| 1132 | 18년 전 | 3390 | ||
| 1131 | 18년 전 | 2567 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기