Login
Remember
Register
Ask a Question
Which of the following is used to end a statement in PHP?
+1
vote
asked
May 13, 2022
in
PHP
by
john ganales
Which of the following is used to end a statement in PHP?
a) . (dot)
b) ; (semicolon)
c) ! (exclamation)
d) / (slash)
end-statement
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 13, 2022
by
john ganales
b) ; (semicolon)
Description:
PHP statements end with a semicolon (;).
...