In PHP, a string variable is used to store and manipulate text. It can hold a sequence of characters, which can include letters, numbers, symbols, and whitespace. String variables in PHP are declared using the dollar sign ($) followed by the variable name.