//
) and continue until the end of the line. // This is a single-line comment in PHP
/*
) and end with an asterisk followed by a forward slash (*/
)./*
This is a multi-line comment in PHP
It can span multiple lines and is useful for documenting code
*/