02-22-2008, 08:36 PM
|
#5 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
In php5 you can say:
PHP Code:
$char_list = str_split('TalkPHP');
/**
$char_list = Array('T', 'a', 'l', 'k', 'P', 'H', 'P');
*/
__________________
|
|
|