🎴 Flashcard Mode

PHP Programming Fundamentals

Card1 / 19
Mastered0
Review0
QuestionClick to flip

Which of following commenting is supported by Php

AnswerClick to flip back
A
Both of above
💡 Explanation:

PHP supports both C++ style single-line comments (//) and shell style comments (#). This flexibility allows developers to choose their preferred commenting style or use both in the same codebase for different purposes.

Change Mode