Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: string to array, character by character (followup)


Message #1 by "Pedro" <ufhbiqwj001@s...> on Fri, 4 Oct 2002 13:39:04 +0200
> 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



  Return to Index