In PHP, strings can be defined using either single quotes or double quotes.

  • TRUE
  • FALSE
This statement is true. In PHP, strings can be defined using either single quotes ('') or double quotes (""). Both single quotes and double quotes are used to delimit string literals. The choice between single quotes and double quotes depends on the specific requirements and whether variable interpolation or escape sequences are needed. Learn more: https://www.php.net/manual/en/language.types.string.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *