PHP. Руководство по PHP. 2005
spliti
spliti
Description
array spliti (string pattern, string string [, int limit])This function is identical to split() except that this ignores case distinction when matching alphabetic characters.
This example splits a string using 'a' as the separator :
See also preg_split(), split(), explode(), and implode().
split
sql_regcase