1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-23 23:12:09 +01:00
Files
archived-doc-es/reference/ldap/ldap.result.xml

61 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 37d269b8f6d0f8e83a044a2902a7dc92580bbb87 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: yes -->
<reference xml:id="class.ldap-result" role="class" xmlns="http://docbook.org/ns/docbook">
<title>The LDAP\Result class</title>
<titleabbrev>LDAP\Result</titleabbrev>
<partintro>
<!-- {{{ LDAP\Result intro -->
<section xml:id="ldap-result.intro">
&reftitle.intro;
<para>
Una clase completamente opaca que reemplaza el &resource;
<literal>ldap result</literal> a partir de PHP 8.1.0.
</para>
</section>
<!-- }}} -->
<section xml:id="ldap-result.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<packagesynopsis>
<package>LDAP</package>
<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>Result</classname>
</ooclass>
</classsynopsis>
</packagesynopsis>
<!-- }}} -->
</section>
</partintro>
</reference>
<!-- 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
-->