joyser Posted February 22, 2009 Share Posted February 22, 2009 thanks for helping. how do i completely whip an array in php of all its data? help appreciated Link to comment https://forums.phpfreaks.com/topic/146393-noob-question-how-do-i-whipe-an-arrray/ Share on other sites More sharing options...
jackpf Posted February 22, 2009 Share Posted February 22, 2009 http://uk2.php.net/unset Link to comment https://forums.phpfreaks.com/topic/146393-noob-question-how-do-i-whipe-an-arrray/#findComment-768619 Share on other sites More sharing options...
Mark Baker Posted February 22, 2009 Share Posted February 22, 2009 or $array = array(); if you want the array to remain, but with each entry wiped Link to comment https://forums.phpfreaks.com/topic/146393-noob-question-how-do-i-whipe-an-arrray/#findComment-768635 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.