Php Unset Function

[Solved] Php Unset Function | Php - Code Explorer | yomemimo.com
Question : unset php

Answered by : cadoteu

//remove variable
unset($var1,$var2,$var3;
//remove array
unset($array['$key']);

Source : | Last Update : Fri, 15 Oct 21

Answers related to php unset function

Code Explorer Popular Question For Php