Multiple choice

Which of the following techniques enables you to embed large piece of text in your script which may include lots of double quotes without having to constantly escape them?

  1. Here-docs

  2. String offset

  3. MySqli_connect

  4. MySql_opt_connect_timeout

  5. MySqli_multi_query()

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

This technique enables you to embed large piece of text in your script which may include lots of double quotes and single quotes without having to constantly escape them.