On Tuesday 06 February 2001 20:03, Joel Alan Chornik wrote:
> is there an equivalent in PHP to Perl´s binmode() function?
> does anyone know?

See the docs for fopen ()

---
 The mode may contain the letter 'b'. This is useful only on systems 
which differentiate between binary and text files (i.e., it's useless on 
Unix). If not needed, this will be ignored
---

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

"Software is like sex: the best is for free" -- Linus Torvalds

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to