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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted February 7, 2007 Author Share Posted February 7, 2007 thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.