PHP single-line comments are like sticky notes in your code that help you remember things or explain what the code does. They start with two slashes (//) and anything written after them on the same line is ignored by the computer when it runs the code.