公有成员 | |
| sendFile ($serverPath, $filename, $mimeType= 'application/octet-stream') | |
在文件SendFile.php第35行定义。
| FLEA_Helper_SendFile::sendFile | ( | $ | serverPath, | |
| $ | filename, | |||
| $ | mimeType = 'application/octet-stream' | |||
| ) |
向浏览器发送文件内容
| string | $serverPath 文件在服务器上的路径(绝对或者相对路径) | |
| string | $filename 发送给浏览器的文件名(尽可能不要使用中文) | |
| string | $mimeType 指示文件类型 |
在文件SendFile.php第44行定义。
1.5.3