Strings in PHP are sequences of bytes. They are binary-safe (i.e., theyc an contain null bytes) and can grow and shrink on dmeand. Their size is limited only by the amount of memory that is available to PHP.
Strings can be initialized in three ways: with single quotes, with double quotes, and with the "here document" (heredoc) format.