Files
doc-fr/reference/ldap/ldap.connection.xml
George Peter Banyard 6c1d4a4285 Apply fbc6f9055f47d18f8ffb30513b772a32eda1526e
Use an LDAP instance instead of a resource
2021-09-30 16:30:07 +01:00

66 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: fbc6f9055f47d18f8ffb30513b772a32eda1526e Maintainer: girgias Status: ready -->
<!-- Reviewed: yes -->
<phpdoc:classref xml:id="class.ldap-connection" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook">
<title>The LDAP\Connection class</title>
<titleabbrev>LDAP\Connection</titleabbrev>
<partintro>
<!-- {{{ LDAP\Connection intro -->
<section xml:id="ldap-connection.intro">
&reftitle.intro;
<para>
Une classe complètement opaque qui remplace la &resource;
<literal>ldap</literal> à partir de PHP 8.1.0.
</para>
</section>
<!-- }}} -->
<section xml:id="ldap-connection.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass>
<classname>LDAP\Connection</classname>
</ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<modifier>final</modifier>
<classname>LDAP\Connection</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
</classsynopsis>
<!-- }}} -->
</section>
</partintro>
</phpdoc:classref>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->