PHP 클래스 MimeTypes
Usage:
getMimeType($filename, $uploadedName) attempts to return a verified mime type.
filename must be the actual location of the file!
uploadedName should be the filename according to the browser
returns null if verification of mime type fails
Note:
should use mime_content_type() in PHP >= 4.3.0
unfortunetly this returns application/octet-stream for too many images, making it's use limited
so the check currently just returns mimetype based on extension :-(
Example:
MimeTypes::getMimeType( $filename ) or die( "go away evil h@x0r!" );
파일 보기
프로젝트 열기: zblogcn/zblogphp
1 사용 예제들
공개 프로퍼티들
공개 메소드들
메소드 상세
get_mimetype()
공개 정적인 메소드
프로퍼티 상세
$mime_types 공개적으로 정적으로 프로퍼티
public static $mime_types |