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:
Pasindu De Silva 2018-01-09 12:47:11 +00:00
parent b23296d191
commit bae0d227ac

View file

@ -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">