rofl90 Posted June 11, 2008 Share Posted June 11, 2008 How do i reverse print_r Link to comment https://forums.phpfreaks.com/topic/109759-print_r/ Share on other sites More sharing options...
Darklink Posted June 11, 2008 Share Posted June 11, 2008 Reverse the array first? Check out the function array_reverse Link to comment https://forums.phpfreaks.com/topic/109759-print_r/#findComment-563246 Share on other sites More sharing options...
rofl90 Posted June 11, 2008 Author Share Posted June 11, 2008 I need to turn a print_r($array)'d array into a normal array eg $array_1 = array(... Link to comment https://forums.phpfreaks.com/topic/109759-print_r/#findComment-563247 Share on other sites More sharing options...
Barand Posted June 11, 2008 Share Posted June 11, 2008 ask whoever used print_r() to use var_export() instead Link to comment https://forums.phpfreaks.com/topic/109759-print_r/#findComment-563297 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.