Multiple choice technology web technology

In php string data are

  1. delimited by single quote

  2. delimited by double quote

  3. delimited by <<< identifier

  4. All of above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

PHP supports single-quoted, double-quoted, and heredoc (<<<) string delimiting methods.