I am learning php and I need to do a task where I have to get first 20 character from a string of lenght 90 characters. strlen() will not help here because I know string lenght.. now how to extract.. I think there was function to do this but what was its name ?
Please guide how to do that ?