Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
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().