Can I do a line break like this \'\\n\'?
\'\\n\'
Or do I must use double quotes - \"\\n\"?
\"\\n\"
You have to use double quotes. Otherwise, PHP will literally output \n.
\n
http://php.net/manual/en/language.types.string.php