frijole Posted February 29, 2008 Share Posted February 29, 2008 Is there a difference between: $array->partOfArray and $array['partOfArray'] Link to comment https://forums.phpfreaks.com/topic/93770-difference-between-array-item-and-arrayitem/ Share on other sites More sharing options...
Barand Posted February 29, 2008 Share Posted February 29, 2008 In the first, $array is an object. In the second, $array is an array Link to comment https://forums.phpfreaks.com/topic/93770-difference-between-array-item-and-arrayitem/#findComment-480479 Share on other sites More sharing options...
frijole Posted February 29, 2008 Author Share Posted February 29, 2008 what is the difference between an object and an array? Is this in the manual? If so I don't know where to find it. Thanks for clearing that up. Link to comment https://forums.phpfreaks.com/topic/93770-difference-between-array-item-and-arrayitem/#findComment-480484 Share on other sites More sharing options...
Barand Posted February 29, 2008 Share Posted February 29, 2008 http://www.php.net/manual/en/language.types.array.php http://www.php.net/manual/en/language.types.object.php Link to comment https://forums.phpfreaks.com/topic/93770-difference-between-array-item-and-arrayitem/#findComment-480489 Share on other sites More sharing options...
frijole Posted February 29, 2008 Author Share Posted February 29, 2008 awesome, thanks a lot for your help. im learning a lot hanging around here. Link to comment https://forums.phpfreaks.com/topic/93770-difference-between-array-item-and-arrayitem/#findComment-480492 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.