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

Reply via email to