(PHP 4 )
array spliti (string pattern, string string [, int limit])
array spliti
This function is identical to split() except that this ignores case distinction when matching alphabetic characters.
See also preg_spliti(), split(), explode(), and implode().