mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
ldap_connect() function of LDAP extension actually is not connect to LDAP server.
Change note abouts from para to a note entry -- Provided by anonymous 87874 (mesut.vts@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343795 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b23296d191
commit
bae0d227ac
1 changed files with 7 additions and 5 deletions
|
@ -17,11 +17,13 @@
|
|||
Creates an LDAP link identifier and checks whether the given
|
||||
<parameter>host</parameter> and <parameter>port</parameter> are plausible.
|
||||
</para>
|
||||
<para>
|
||||
Note: This function does <emphasis>not</emphasis> open a connection.
|
||||
It checks whether the given parameters are plausible and can be used
|
||||
to open a connection as soon as one is needed.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does <emphasis>not</emphasis> open a connection.
|
||||
It checks whether the given parameters are plausible and can be used
|
||||
to open a connection as soon as one is needed.
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue