mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix grammar and punctuation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341124 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1ea5473049
commit
f7b1734e14
2 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
|||
<methodparam choice="opt"><type>array</type><parameter role="reference">idna_info</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function converts Unicode domain name to IDNA ASCII-compatible format.
|
||||
This function converts a Unicode domain name to an IDNA ASCII-compatible format.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
<term><parameter>domain</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Domain to convert. In PHP 5 must be UTF-8 encoded.
|
||||
The domain to convert, which must be UTF-8 encoded.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Domain name encoded in ASCII-compatible form. &return.falseforfailure;
|
||||
The domain name encoded in ASCII-compatible form, &return.falseforfailure;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<methodparam choice="opt"><type>array</type><parameter role="reference">idna_info</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function converts Unicode domain name from IDNA ASCII-compatible format to plain Unicode, encoded in UTF-8.
|
||||
This function converts a Unicode domain name from an IDNA ASCII-compatible format to plain Unicode, encoded in UTF-8.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
<term><parameter>domain</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Domain to convert in IDNA ASCII-compatible format.
|
||||
Domain to convert in an IDNA ASCII-compatible format.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Domain name in Unicode, encoded in UTF-8. &return.falseforfailure;
|
||||
The domain name in Unicode, encoded in UTF-8, &return.falseforfailure;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue