Answers for "what is unset function in php"

PHP
0

unset php

//remove variable
unset($var1,$var2,$var3;
//remove array
unset($array['$key']);
Posted by: Guest on October-08-2021

Browse Popular Code Answers by Language