PHP supports both single quotes and double quotes for string declaration. The main difference is that double quotes parse variables and special characters within the string, while single quotes treat everything literally. This makes the statement true.