PHPDaemon\Servers\FastCGI\Connection::checkSendfileCap PHP Method

checkSendfileCap() public method

Is this upstream suitable for sendfile()?
public checkSendfileCap ( ) : boolean
return boolean
    public function checkSendfileCap()
    {
        // @todo DISCUSS
        return false;
    }