파일이름의 확장자로 파일 종류를 확인하는 함수입니다.
미디어스킨 또는 이미지 관련스킨에 유용할듯해서 올립니다.
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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1030 | 18년 전 | 1788 | ||
| 1029 | 18년 전 | 2218 | ||
| 1028 | 18년 전 | 2630 | ||
| 1027 | 18년 전 | 1791 | ||
| 1026 | 18년 전 | 1524 | ||
| 1025 | 18년 전 | 1540 | ||
| 1024 | 18년 전 | 1463 | ||
| 1023 | 18년 전 | 3226 | ||
| 1022 | 18년 전 | 2915 | ||
| 1021 | 18년 전 | 1675 | ||
| 1020 | 18년 전 | 3409 | ||
| 1019 | 18년 전 | 1840 | ||
| 1018 | 18년 전 | 1491 | ||
| 1017 | 18년 전 | 1958 | ||
| 1016 | 18년 전 | 2097 | ||
| 1015 | 18년 전 | 1631 | ||
| 1014 | 18년 전 | 2343 | ||
| 1013 | 18년 전 | 1999 | ||
| 1012 | 18년 전 | 1622 | ||
| 1011 | 18년 전 | 1784 | ||
| 1010 | 18년 전 | 2039 | ||
| 1009 | 18년 전 | 1799 | ||
| 1008 | 18년 전 | 1608 | ||
| 1007 | 18년 전 | 1663 | ||
| 1006 | 18년 전 | 3132 | ||
| 1005 | 18년 전 | 1992 | ||
| 1004 | 18년 전 | 1868 | ||
| 1003 | 18년 전 | 4367 | ||
| 1002 | 18년 전 | 4993 | ||
| 1001 | 18년 전 | 3160 | ||
| 1000 | 18년 전 | 2908 | ||
| 999 | 18년 전 | 3498 | ||
| 998 | 18년 전 | 2045 | ||
| 997 | 18년 전 | 2403 | ||
| 996 | 18년 전 | 2696 | ||
| 995 | 18년 전 | 2751 | ||
| 994 | 18년 전 | 2347 | ||
| 993 | 18년 전 | 1613 | ||
| 992 | 18년 전 | 3376 | ||
| 991 | 18년 전 | 1983 | ||
| 990 | 18년 전 | 2381 | ||
| 989 | 18년 전 | 2454 | ||
| 988 | 18년 전 | 2882 | ||
| 987 | 18년 전 | 5214 | ||
| 986 |
|
18년 전 | 2490 | |
| 985 |
|
18년 전 | 3341 | |
| 984 | 18년 전 | 4275 | ||
| 983 |
느낌좋은날
|
19년 전 | 2500 | |
| 982 | 19년 전 | 2464 | ||
| 981 | 19년 전 | 4040 | ||
| 980 | 19년 전 | 2747 | ||
| 979 |
Sinpre
|
19년 전 | 2989 | |
| 978 | 19년 전 | 2207 | ||
| 977 | 19년 전 | 2219 | ||
| 976 | 19년 전 | 1990 | ||
| 975 | 19년 전 | 3273 | ||
| 974 | 19년 전 | 2106 | ||
| 973 |
|
19년 전 | 2783 | |
| 972 |
|
19년 전 | 1743 | |
| 971 | 19년 전 | 5315 | ||
| 970 | 19년 전 | 3571 | ||
| 969 | 19년 전 | 4322 | ||
| 968 | 19년 전 | 3066 | ||
| 967 | 19년 전 | 2523 | ||
| 966 | 19년 전 | 3920 | ||
| 965 | 19년 전 | 2648 | ||
| 964 | 19년 전 | 2991 | ||
| 963 | 19년 전 | 2959 | ||
| 962 | 19년 전 | 4175 | ||
| 961 | 19년 전 | 3127 | ||
| 960 | 19년 전 | 3021 | ||
| 959 | 19년 전 | 3671 | ||
| 958 | 19년 전 | 2974 | ||
| 957 | 19년 전 | 2190 | ||
| 956 | 19년 전 | 2223 | ||
| 955 | 19년 전 | 2175 | ||
| 954 | 19년 전 | 2766 | ||
| 953 | 19년 전 | 2476 | ||
| 952 | 19년 전 | 3344 | ||
| 951 | 19년 전 | 3202 | ||
| 950 | 19년 전 | 1826 | ||
| 949 | 19년 전 | 2740 | ||
| 948 | 19년 전 | 7824 | ||
| 947 |
|
19년 전 | 2502 | |
| 946 |
DeepnBlue
|
19년 전 | 3103 | |
| 945 |
pearly
|
19년 전 | 2871 | |
| 944 | 19년 전 | 3023 | ||
| 943 |
|
19년 전 | 2225 | |
| 942 | 19년 전 | 2452 | ||
| 941 |
|
19년 전 | 4072 | |
| 940 | 19년 전 | 2233 | ||
| 939 |
|
19년 전 | 4220 | |
| 938 |
|
19년 전 | 2382 | |
| 937 | 19년 전 | 2073 | ||
| 936 |
|
19년 전 | 2329 | |
| 935 | 19년 전 | 1872 | ||
| 934 |
|
19년 전 | 2407 | |
| 933 | 19년 전 | 2198 | ||
| 932 |
|
19년 전 | 3067 | |
| 931 | 19년 전 | 1854 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기