Re: [PHP-DEV] Binary File From: Faisal Nasim (faisal <email protected>)
Date: 03/31/00

: How to open binary file through php3?Outpute may be text file,csv
: file...Please send your reply.

fopen() ... you don't need to pass the "b" option, as in C.

See the manual for FileSystem Functions.

Enjoy!

Faisal
Pakistan.

-- 
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>