DeepakJ Posted July 30, 2007 Share Posted July 30, 2007 How do you unset whole arrays? Link to comment https://forums.phpfreaks.com/topic/62512-solved-unsetting-whole-arrays/ Share on other sites More sharing options...
GingerRobot Posted July 30, 2007 Share Posted July 30, 2007 Its as simple as: unset($array); Link to comment https://forums.phpfreaks.com/topic/62512-solved-unsetting-whole-arrays/#findComment-311147 Share on other sites More sharing options...
DeepakJ Posted July 30, 2007 Author Share Posted July 30, 2007 aha I see. Thanks. I thought that applied to only single elements. Link to comment https://forums.phpfreaks.com/topic/62512-solved-unsetting-whole-arrays/#findComment-311161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.