Hi all,
has anyone an elegant (and faster) way of converting 'string' to
array('s','t','r','i','n','g'), other then
for($i=0; $i<strlen($string); $i++) $array[$i]=$string[$i];
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP] string to array Marek Kilimajer
- Re: [PHP] string to array Timothy Hitchens (HiTCHO)
- Re: [PHP] string to array Tom Rogers
- Re: [PHP] string to array Erwin
- Re: [PHP] string to array Timothy Hitchens (HiTCHO)
- Re: [PHP] string to array Erwin
- Re: [PHP] string to array Marek Kilimajer
- Re: [PHP] string to array Maxim Maletsky
- Re: [PHP] string to array Maxim Maletsky
- Re: [PHP] string to array @ Edwin
- Re: [PHP] string to array Maxim Maletsky