manual for str_split | search for "str_split"
Manual © 2001-2008 The PHP Group
str_split
Description
array str_split ( string string [, int split_length])Converts a string to an array. If the optional split_length parameter is specified, the returned array will be broken down into chunks with each being split_length in length, otherwise each chunk will be one character in length.
FALSE is returned if split_length is less than 1. If the split_length length exceeds the length of string, the entire string is returned as the first (and only) array element.
See also chunk_split(), preg_split(), split(), count_chars(), str_word_count(), and for.
© 2008 phparadise | go to the top | search phparadise | generated in 0.041 seconds
77 hits by 19 users in the last 30 minutes.