swoole_http_response->sendfile

�����ļ����������

function swoole_http_response->sendfile(string $filename);

ʹ��ʾ��

$response->header('Content-Type', 'image/jpeg');
$response->sendfile(__DIR__.$request->server['request_uri']);