Books
Exercises
Courses
Quizzes
Snippets
Tools
Change theme
Quizzez
HTML Basic
CSS Basic
Javascript Basic
PHP basic
ES6 Basic
TypeScript Basic
Angular Basic
React Basic
Sass Basic
Vue.js Basic
Git Basic
SQL Basic
Quiz PHP basic - Which is the correct way to start a multiple line PHP comment?
Which is the correct way to start a multiple line PHP comment?
# -------------- # aaa
/ -------------- / aaa
/* ----------- */ aaa
{# --------- #} aaa
Answer
Your answer is correct
Your answer is incorrect
Start Quiz
Sorry about that
How can we improve it?
Thanks for your feedback!
Thanks for your feedback!
Do you find this helpful?
Yes
No
Related Questions
What does PHP stand for?
PHP is considered a server-side scripting language
Which of the following extensions is a correct PHP file extension?
How do you start the PHP scripting block?
Whitespace is not ignored in PHP
What does a semicolon indicate?
Variables in PHP start with
Which is the correct way to start a single line PHP comment?
Which is the correct way to start a multiple line PHP comment?
PHP variables need to be declared before adding values to them
How do you output "Hello W3docs" in PHP?
What is the correct way of adding 1 to the variable?
An array is a special variable that is capable of holding more than one value at a time.
The (2>0 || 4>5) condition will return
What will be displayed in the browser?
Which of the following is the correct way to use the include command?
The (2>0 && 4>5) condition will return?
Which of the following is the correct way to use the include command?
What will be displayed in a browser ?
What will be displayed in a browser ?