Create a dynamic website with PHP
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Strings

In programming, we rarely talk about "text", but rather about "character strings".
This term is used because in reality, in the machine's memory, each character of the text is stored independently, but in the form of a chain.
The term you will most often come across is the English translation of "chaîne", which is
string
You need a free account to read this module