+1 vote
in PHP by
Which of the following is used to end a statement in PHP?

a) . (dot)

b) ; (semicolon)

c) ! (exclamation)

d) / (slash)

1 Answer

0 votes
by

b) ; (semicolon)

Description: PHP statements end with a semicolon (;).

Related questions

+1 vote
asked May 13, 2022 in PHP by john ganales
+1 vote
asked May 11, 2022 in PHP by sharadyadav1986
...