What is PHP heredoc used for?
Options
- allows creating single line of string without using quotations
- allows creating multiple lines of string without using quotations
- allows creating multiple lines of string with quotations
- allows creating single lines of string with using quotations
CORRECT ANSWER : allows creating multiple lines of string without using quotations
Write your comments