php.org PHP Logo
Beginner Intermediate Advanced

Search results for: ""\r""

How can the issue of commands not being interpreted as new lines when using "\r\n" in PHP be resolved?

When using "\r\n" in PHP to create new lines in a text file, the issue may arise where commands are not interpreted correctly and instead show up as t...

What are the potential pitfalls of using regular expressions to remove line breaks (\n, \r) from text in PHP?

Using regular expressions to remove line breaks from text in PHP can be problematic because it may not account for different line break formats (\n, \...

What is the significance of using \r\n instead of just \n when trying to write variables on separate lines in a text file using PHP?

Using \r\n instead of just \n is significant when trying to write variables on separate lines in a text file because it ensures cross-platform compati...

What are the potential pitfalls of using "\r" versus "\n" when replacing line breaks in PHP?

Using "\r" instead of "\n" when replacing line breaks in PHP can lead to compatibility issues on different operating systems. "\r" represents a carria...

What are the implications of using the "\r" character in PHP scripts, especially in the context of text manipulation and output formatting?

Using the "\r" character in PHP scripts can cause issues with text manipulation and output formatting, especially when dealing with line breaks. To so...

Showing 36 to 40 of 476 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 95 96 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.