+1 vote
in PHP by
Which of the following function is used to unset a variable in PHP?

a) delete()

b) unset()

c) unlink()

d) None of the above

1 Answer

0 votes
by

b) unset()

Description: The unset() function is a predefined variable handling function of PHP, which is used to unset a specified variable. In other words, "the unset() function destroys the variables".

Related questions

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