mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
cosmetic changes and updated translation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51923 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8e62d87d67
commit
983f898619
1 changed files with 10 additions and 0 deletions
|
@ -840,6 +840,16 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>u</emphasis> (PCRE_UTF8)</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
This modifier turns on additional functionality of PCRE that
|
||||
is incompatible with Perl. Pattern strings are treated as
|
||||
UTF-8. This modifier is available from PHP 4.0.7 or greater.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</blockquote>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue