[PHP] Fix lỗi PHP Warning: Unterminated comment starting
Hướng dẫn khác phục PHP Warning: Unterminated comment starting
Cảnh báo sẽ xảy ra nếu bạn không đóng comment nhiều dòng.
Đây là một dụ trong việc đóng comment nhiều dòng
/**
* This is a multi-line comment.
* This is the second line.
* And other line.
*/
* This is a multi-line comment.
* This is the second line.
* And other line.
*/
Nếu bạn chưa đóng comment */ sẽ báo lỗi PHP Warning: Unterminated comment starting
Ví dụ file sẽ báo lỗi khi comment chưa được đóng
/**
* This is a multi-line comment.
* This is the second line.
* And other line.
* This is a multi-line comment.
* This is the second line.
* And other line.
Các bạn đóng commeny */ là được nhé
Chúc các bạn thành công.
Bình luận
Gửi