Answers for "carriage return php"

PHP
0

what is carriage return in php

// "r" is known as carriage return
Typically on Windows, when you need to represent a line terminator use: "rn"
whereas on Unix systems, "n" is enough.
Posted by: Guest on October-31-2020

Code answers related to "carriage return php"

Browse Popular Code Answers by Language