Mein Code: $i = 0; $file = fopen('ids.txt', 'w'); foreach ($gemList as $gem) { fwrite($file, $gem->getAttribute('id') . '\n'); $gemIDs[$i] = $gem->getAttribute('id'); $i++; } fclose($file); Aus irgendeinem Grund wird \nals Zeichenfolge geschrieben, sodass die Datei folgendermaßen aussieht: 40119\n40122\n40120\n42155\n36925\n45881\n42145\n45880 Von Google'ing sagt es mir, dass ich es verwenden soll \r\n, aber es …
Ich verstehe den Unterschied zwischen den beiden, so dass es nicht nötig ist, darauf einzugehen, aber ich frage mich nur, was die Gründe dafür sind, warum Windows sowohl CR als auch LF verwendet, um einen Zeilenumbruch anzuzeigen. Es scheint, dass die Linux-Methode (nur mit LF) viel sinnvoller ist, Platz spart …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.