示例#1
0
	public static function overrideMimeType($mimetype){
		if(!is_string($mimetype)){
			throw new Exception("expected string");
		}
		self::$mimetype = $mimetype;
	}