<<< Previous question <<< Question ID#0745.md >>> Next question >>>
What is the key difference between HEREDOC and NOWDOC?
- A) NOWDOC does not parse for variable interpolation, but HEREDOC does
- B) NOWDOC allows you to use block delimiters with a single quote
- C) HEREDOC terminate a block starting at the first character, but NOWDOC allows you to indent the end of the block
- D) none of above
Answer
Answer: A