In PHP, a string can contain letters, numbers, and special characters.

  • TRUE
  • FALSE
This statement is true. In PHP, a string can contain letters, numbers, special characters, and even control characters. It is a versatile data type used for storing and manipulating text or sequences of characters. Strings can be enclosed in single quotes (''), double quotes ("") or heredoc/nowdoc syntax. 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 *