mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Clarify $variant parameter values
Cf. <https://news-web.php.net/php.internals/106693>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347889 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
34d85bcda9
commit
9d030e15df
2 changed files with 4 additions and 4 deletions
|
@ -45,8 +45,8 @@
|
|||
<term><parameter>variant</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Either <constant>INTL_IDNA_VARIANT_2003</constant> for IDNA 2003 or
|
||||
<constant>INTL_IDNA_VARIANT_UTS46</constant> for UTS #46.
|
||||
Either <constant>INTL_IDNA_VARIANT_2003</constant> (deprecated as of PHP 7.2.0) for IDNA 2003 or
|
||||
<constant>INTL_IDNA_VARIANT_UTS46</constant> (only available as of ICU 4.6) for UTS #46.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
<term><parameter>variant</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Either <constant>INTL_IDNA_VARIANT_2003</constant> for IDNA 2003 or
|
||||
<constant>INTL_IDNA_VARIANT_UTS46</constant> for UTS #46.
|
||||
Either <constant>INTL_IDNA_VARIANT_2003</constant> (deprecated as of PHP 7.2.0) for IDNA 2003 or
|
||||
<constant>INTL_IDNA_VARIANT_UTS46</constant> (only available as of ICU 4.6) for UTS #46.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue