git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32449 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andrei Zmievski 2000-09-11 13:16:46 +00:00
parent 324076a03f
commit bf692f296e

View file

@ -477,7 +477,7 @@ $text = preg_replace ($search, $replace, $document);
<para>
If flags is <constant>PREG_SPLIT_NO_EMPTY</constant> then only
non-empty pieces will be by <function>preg_split</function>.
non-empty pieces will be returned by <function>preg_split</function>.
</para>
<example>