파일이름의 확장자로 파일 종류를 확인하는 함수입니다.
미디어스킨 또는 이미지 관련스킨에 유용할듯해서 올립니다.
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;
}
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7530 | 10년 전 | 794 | ||
| 7529 |
파랑새1597
|
10년 전 | 1216 | |
| 7528 |
파랑새1597
|
10년 전 | 1316 | |
| 7527 |
integrity7
|
10년 전 | 1401 | |
| 7526 | 10년 전 | 2414 | ||
| 7525 |
다빈치코드777
|
10년 전 | 1105 | |
| 7524 | 10년 전 | 1574 | ||
| 7523 | 10년 전 | 960 | ||
| 7522 |
|
10년 전 | 992 | |
| 7521 |
blackkil
|
10년 전 | 1873 | |
| 7520 | 10년 전 | 1299 | ||
| 7519 |
Gaumi
|
10년 전 | 1082 | |
| 7518 | 10년 전 | 1486 | ||
| 7517 | 10년 전 | 836 | ||
| 7516 | 10년 전 | 1289 | ||
| 7515 | 10년 전 | 1404 | ||
| 7514 |
|
10년 전 | 4487 | |
| 7513 |
멋진남자임
|
10년 전 | 1137 | |
| 7512 |
다빈치코드777
|
10년 전 | 876 | |
| 7511 |
|
10년 전 | 3402 | |
| 7510 | 10년 전 | 1367 | ||
| 7509 | 10년 전 | 1144 | ||
| 7508 | 10년 전 | 716 | ||
| 7507 |
senseme
|
10년 전 | 748 | |
| 7506 |
멋진남자임
|
10년 전 | 1641 | |
| 7505 | 10년 전 | 4014 | ||
| 7504 | 10년 전 | 2146 | ||
| 7503 | 10년 전 | 992 | ||
| 7502 | 10년 전 | 518 | ||
| 7501 | 10년 전 | 1445 | ||
| 7500 | 10년 전 | 1494 | ||
| 7499 | 10년 전 | 3392 | ||
| 7498 | 10년 전 | 1223 | ||
| 7497 |
dethos79
|
10년 전 | 2967 | |
| 7496 | 10년 전 | 2155 | ||
| 7495 | 10년 전 | 872 | ||
| 7494 |
CHAVO
|
10년 전 | 1131 | |
| 7493 | 10년 전 | 2649 | ||
| 7492 | 10년 전 | 1275 | ||
| 7491 | 10년 전 | 1486 | ||
| 7490 | 10년 전 | 2337 | ||
| 7489 | 10년 전 | 2123 | ||
| 7488 |
toptopon
|
10년 전 | 891 | |
| 7487 |
|
10년 전 | 1034 | |
| 7486 | 10년 전 | 3358 | ||
| 7485 | 10년 전 | 1314 | ||
| 7484 | 10년 전 | 1376 | ||
| 7483 | 10년 전 | 1025 | ||
| 7482 | 10년 전 | 654 | ||
| 7481 | 10년 전 | 858 | ||
| 7480 | 10년 전 | 1233 | ||
| 7479 | 10년 전 | 2606 | ||
| 7478 | 10년 전 | 1176 | ||
| 7477 |
멋진남자임
|
10년 전 | 1526 | |
| 7476 |
zeppeto
|
10년 전 | 1145 | |
| 7475 |
200점아빠
|
10년 전 | 912 | |
| 7474 | 10년 전 | 4005 | ||
| 7473 | 10년 전 | 1000 | ||
| 7472 |
나르시스1
|
10년 전 | 1245 | |
| 7471 | 10년 전 | 874 | ||
| 7470 | 10년 전 | 1284 | ||
| 7469 |
플라이SINJI
|
10년 전 | 984 | |
| 7468 |
|
10년 전 | 555 | |
| 7467 |
|
10년 전 | 668 | |
| 7466 | 10년 전 | 1122 | ||
| 7465 | 10년 전 | 1186 | ||
| 7464 |
|
10년 전 | 1192 | |
| 7463 | 10년 전 | 1255 | ||
| 7462 |
진짜별사탕
|
10년 전 | 858 | |
| 7461 | 10년 전 | 952 | ||
| 7460 | 10년 전 | 3734 | ||
| 7459 |
멋진남자임
|
10년 전 | 1557 | |
| 7458 |
멋진남자임
|
10년 전 | 484 | |
| 7457 | 10년 전 | 923 | ||
| 7456 | 10년 전 | 764 | ||
| 7455 | 10년 전 | 2162 | ||
| 7454 | 10년 전 | 630 | ||
| 7453 | 10년 전 | 831 | ||
| 7452 |
중국어사이트제작
|
10년 전 | 506 | |
| 7451 | 10년 전 | 906 | ||
| 7450 | 10년 전 | 631 | ||
| 7449 |
울라라라우
|
10년 전 | 954 | |
| 7448 | 10년 전 | 1637 | ||
| 7447 |
멋진남자임
|
10년 전 | 512 | |
| 7446 | 10년 전 | 550 | ||
| 7445 |
네이비칼라
|
10년 전 | 1678 | |
| 7444 |
senseme
|
10년 전 | 1409 | |
| 7443 | 10년 전 | 1342 | ||
| 7442 | 10년 전 | 729 | ||
| 7441 |
멋진남자임
|
10년 전 | 1440 | |
| 7440 | 10년 전 | 911 | ||
| 7439 |
|
10년 전 | 765 | |
| 7438 |
|
10년 전 | 938 | |
| 7437 |
basement
|
10년 전 | 1038 | |
| 7436 |
잘살아보자
|
10년 전 | 1128 | |
| 7435 | 10년 전 | 1088 | ||
| 7434 | 10년 전 | 3792 | ||
| 7433 |
|
10년 전 | 2744 | |
| 7432 |
alexkim
|
10년 전 | 863 | |
| 7431 |
이웃집초보
|
11년 전 | 1314 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기