ok Posted September 6, 2008 Share Posted September 6, 2008 I want to count the index of an array. can you give me advice, what is the name of a built in array function, that will count its index. thank you. Link to comment https://forums.phpfreaks.com/topic/122980-count-the-index-of-an-array/ Share on other sites More sharing options...
GingerRobot Posted September 6, 2008 Share Posted September 6, 2008 What do you mean? You want the number of elements in the array? Use count() Link to comment https://forums.phpfreaks.com/topic/122980-count-the-index-of-an-array/#findComment-635084 Share on other sites More sharing options...
ok Posted September 6, 2008 Author Share Posted September 6, 2008 thanks ginger Link to comment https://forums.phpfreaks.com/topic/122980-count-the-index-of-an-array/#findComment-635093 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.