PC Nerd Posted February 7, 2007 Share Posted February 7, 2007 hi guys, whats the PHP equivalent of the Python List. ie, not an array, but like $LIST = "a", "list", "is", "what", "i", "need"; thanx Link to comment https://forums.phpfreaks.com/topic/37398-solved-lists-in-php-python-list-equivalent/ Share on other sites More sharing options...
genericnumber1 Posted February 7, 2007 Share Posted February 7, 2007 AFAIK php doesn't have lists per se, but there are many many array functions http://www.php.net/manual/en/function.array.php check down the left column for many of the functions you would need. Link to comment https://forums.phpfreaks.com/topic/37398-solved-lists-in-php-python-list-equivalent/#findComment-178765 Share on other sites More sharing options...
PC Nerd Posted February 7, 2007 Author Share Posted February 7, 2007 thanks Link to comment https://forums.phpfreaks.com/topic/37398-solved-lists-in-php-python-list-equivalent/#findComment-178769 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.