spliti

Split string into array by regular expression case insensitive (PHP 4 >= 4.0.1)
array spliti ( string pattern, string string [, int limit] )

This function is identical to split() except that this ignores case distinction when matching alphabetic characters.

See also preg_spliti(), split(), explode(), and implode().

This HTML Help has been published using the chm2web software.