mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32449 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
324076a03f
commit
bf692f296e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue