[PHP-DEV] fopen with "br" From: Axel Wüstemann (awu <email protected>)
Date: 07/12/00

$fh = fopen($this->m_sMailAttachedFile,"r");
$sFileContent = fread($fh,filesize($this->m_sMailAttachedFile));

$sFileContent contains only a part of the pdf-file so i assumed fread found
any char considered as 'eof.' Open the file as "br"

$fh = fopen($this->m_sMailAttachedFile,"br"); --> causes:

fopen("c:\websites\fussball\Artikel\Mitteilungsblatt\_pdf\PDF_1.pdf","br") -
No error in qblist.cls.php on line 438

Thanks

Axel

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>