mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Changed wrong/double param descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56254 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e8e836ca34
commit
615ab4499a
1 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<reference id="ref.ircg">
|
||||
<title>IRC Gateway Functions</title>
|
||||
<titleabbrev>IRC Gateway</titleabbrev>
|
||||
|
@ -359,7 +359,7 @@ if (!ircg_join ($id, "#php")){
|
|||
<refnamediv>
|
||||
<refname>ircg_html_encode</refname>
|
||||
<refpurpose>
|
||||
Encode HTML preserving output modes as ...
|
||||
Encodes HTML preserving output
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
@ -371,7 +371,7 @@ if (!ircg_join ($id, "#php")){
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
...
|
||||
Encodes a HTML string <parameter>html_string</parameter> for output. This feature could be usable, e.g. if someone wants to discuss about an html problem.
|
||||
</para>
|
||||
<para>
|
||||
See also: <!-- what -->
|
||||
|
@ -396,7 +396,7 @@ if (!ircg_join ($id, "#php")){
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
||||
Sends a query to the connected server <parameter>connection</parameter> to send information for the specified user <parameter>nick</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also:
|
||||
|
@ -477,7 +477,7 @@ if (!ircg_join ($id, "#php")){
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
This function remove user <parameter>nick</parameter> to your
|
||||
This function remove user <parameter>nick</parameter> from your
|
||||
ignore list on the server connected to by
|
||||
<parameter>connection</parameter>.
|
||||
</para>
|
||||
|
@ -614,7 +614,6 @@ if (!ircg_join ($id, "#php")){
|
|||
<listitem><simpara>Mass join end</simpara></listitem>
|
||||
<listitem><simpara>Whois user</simpara></listitem>
|
||||
<listitem><simpara>Whois server</simpara></listitem>
|
||||
<listitem><simpara>Whois server</simpara></listitem>
|
||||
<listitem><simpara>Whois idle</simpara></listitem>
|
||||
<listitem><simpara>Whois channel</simpara></listitem>
|
||||
<listitem><simpara>Whois end</simpara></listitem>
|
||||
|
|
Loading…
Reference in a new issue