pro_php thread: string to array, character by character (followup)
> a string already IS an array. This is not entirely accurate -- though strings offer you a convenient way of accessing a character by numerical index, it still isn't an array in that you can't manipulate it using functions and language constructs spefically meant for use with arrays. for example, foreach()... nik
|





