Re: [PHP-DEV] Re: PHP 4.0 Bug #6080 Updated: fsockopen example uses "\n" for HTTP communication From: Bjoern Hoehrmann (derhoermi <email protected>)
Date: 08/11/00

* "Hartmut Holzgraefe" <hartmut <email protected>> wrote:
| > Maybe you should write somewhere in the manual that \n is always LF.
|
| so http://www.php.net/manual/language.types.string.php is not clear
| enough about it?
|
| OK, i just changed it from
|
| \n newline
| \r carriage
|
| to
|
| \n linefeed (LF or 0x0A in ASCII)
| \r cariage return (CR or 0x0D in ASCII)

Then it's clear. Ok. Thanks.

best regards,

--
Björn Höhrmann · mailto:bjoern <email protected> · http://www.bjoernsworld.de
am Badedeich 7 · Telefon: +49(0)4667/981ASK · http://bjoern.hoehrmann.de
25899 Dagebüll · PGP KeyID:      0xA4357E78 · http://learn.to/quote <---

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