in PHP by
What does the unset() function mean?

1 Answer

0 votes
by

The unset() function is dedicated for variable management. It will make a variable undefined.

...