PHP What is PHP heredoc used for? June 10, 2015 Pramod T P Leave a comment Allows creating multiple lines of string without using quotations. Heredoc is a robust way to create string in PHP with more lines but without using quotations.