Answers for "\r in php"

PHP
0

\r in php

They're "carriage return" and "line feed" respectively. Typically on Windows, you need both together to represent a line terminator: "\r\n" whereas on most (all?) Unix systems, "\n" is enough.
Posted by: Guest on October-31-2020

Browse Popular Code Answers by Language