function preg split

preg_splitPHP ManualPrevNextpreg_splitpreg_split -- Split string by a regular expressionDescriptionarray preg_split(string pattern, string subject, int [limit], int [flags]);Note: Parameter flags was added in PHP Beta 3. Returns an array containing substrings of subject split along boundaries matched by pattern. If limit is specified, then only substrings up to limit are returned. If flags is PREG_SPLIT_NO_EMPTY then only non-empty pieces will be by preg_split(). Example 1. Getting parts of search string 1  2 $keywords = preg_split("/[\s,]+/", "hypertext language, programming"); 3  See also preg_match(), preg_match_all(), and preg_replace().PrevHomeNextpreg_replaceUppreg_quote
Wyszukiwarka

Podobne podstrony:
function preg split
function preg split
function preg quote
function preg grep
function preg replace
function preg replace
function mb split
function preg match
function preg quote
function chunk split
function preg match all
function preg match
function chunk split
function preg match all
function preg grep
function preg replace callback
function preg quote

więcej podobnych podstron