PHP strings can use single quotes (no interpolation) or double quotes (which interpolate variables and escape sequences like \n). The heredoc and nowdoc syntaxes allow multi-line strings.
Built-in functions like strlen(), str_replace(), substr(), and strtoupper() cover common text manipulation needs.