php man page for mb_split

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 expression

SYNOPSIS
array mb_split (string $pattern, string $string, [int $limit = -1])
DESCRIPTION
Split a multibyte $string using regular expression $pattern and returns the result as an array.
PARAMETERS
o $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 VALUES
The result as an array.
NOTES
Note The character encoding specified by mb_regex_encoding(3) will be used as the character encoding for this function by default.
SEE ALSO
mb_regex_encoding(3), mb_ereg(3). PHP Documentation Group MB_SPLIT(3)
Related Man Pages
ereg(3) - php
mb_ereg_search_init(3) - php
mb_ereg_replace(3) - php
mb_ereg_replace_callback(3) - php
sql_regcase(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?