Answers for "php print_r carriage return"

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

Browse Popular Code Answers by Language