phppaper Posted October 29, 2010 Share Posted October 29, 2010 How do you find out how many character within a String ?? for example: $temp = "apple"; I want to return "5" for $temp as it has 5 characters. Thanks! Link to comment https://forums.phpfreaks.com/topic/217178-check-how-many-character-within-a-string/ Share on other sites More sharing options...
kenrbnsn Posted October 29, 2010 Share Posted October 29, 2010 strlen Link to comment https://forums.phpfreaks.com/topic/217178-check-how-many-character-within-a-string/#findComment-1127892 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.