In Perl I use qq~Some text~; a lot and I'm looking for something like this in PHP.
For those who don't know perl, let me explain what it does:
It enables you to write on multiple lines without extra functions (is possible in PHP with just the "Text [new line] more text")
But it also makes it possible to write text whitout have to escape all characters; like ", <, $, etc.
Anyone?
Thanks in advance,
Mzzl, Chris
For those who don't know perl, let me explain what it does:
It enables you to write on multiple lines without extra functions (is possible in PHP with just the "Text [new line] more text")
But it also makes it possible to write text whitout have to escape all characters; like ", <, $, etc.
Anyone?
Thanks in advance,
Mzzl, Chris
Comment