Query: mb_split
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MB_SPLIT(3) 1 MB_SPLIT(3) mb_split - Split multibyte string using regular expressionSYNOPSISarray mb_split (string $pattern, string $string, [int $limit = -1])DESCRIPTIONSplit a multibyte $string using regular expression $pattern and returns the result as an array.PARAMETERSo $pattern - The regular expression pattern. o $string - The string being split. o $limit - If optional parameter $limit is specified, it will be split in $limit elements as maximum.RETURN VALUESThe result as an array.NOTESNote The character encoding specified by mb_regex_encoding(3) will be used as the character encoding for this function by default.SEE ALSOmb_regex_encoding(3), mb_ereg(3). PHP Documentation Group MB_SPLIT(3)
| Related Man Pages | 
|---|
| preg_split(3) - php | 
| mb_internal_encoding(3) - php | 
| explode(3) - php | 
| mb_ereg_search_getregs(3) - php | 
| spliti(3) - php | 
| Similar Topics in the Unix Linux Community | 
|---|
| Pass Multiple Commands and Open Multiple Xterms via PSS | 
| How to generate all combinations of group lists at the same time? |