- Heredoc syntax: <<<. After this operator, an identifier is provided, then a newline. The string itself follows, and then the same identifier again to close the quotation.
- The closing identifier must begin in the first column of the line.
- It is very important to note that the line with the closing identifier must contain no other characters, except a semicolon (;). That means especially that the identifier may not be indented, and there may not be any spaces or tabs before or after the semicolon.
Search This Blog
Heredoc or NowDoc Syntax

-
Need to create a new login and new user with the lowest possible priveledges. New login can be created in the 'master' database only...
-
Issue: az login redirects to https://localhost:8400 and we get below error: This site can’t provide a secure connection localhost sent an in...
-
Angular application architecture Component Control a part of UI Defined using the @Component decorator Contains template: loads view for the...