[PHP-DOC] preg_split() documentation improvement
by Shelby Moore other posts by this author
Aug 28 2003 4:34PM messages near this date
[PHP-DOC] cvs: phpdoc /en/language control-structures.xml
|
[PHP-DOC] #25304 [Opn->Csd]: Implicit flush output in CLI falsely documented
http://www.php.net/manual/en/function.preg-split.php
Note when using PREG_SPLIT_DELIM_CAPTURE, "limit" does include the count of parenthesized de
limiter strings returned.
More succinctly, if "limit" != 1, "limit" / 2 is the maximum number of splits you allow.
|