Hi,
I wonder if it is possible to convert a given string into an array of chars without using a separator.
That is, is there a function
mySplit
with
mySplit('example') == array('e', 'x', 'a', 'm', 'p' 'l' 'e') ?
Thanks
Horst
Horst Jäger Schaafenstr. 25 50676 Köln Tel: 0221/93187015
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php