Added doc skeletons for PHP 5.4+ ldap functions: ldap_control_paged_result() and ldap_control_paged_result_response()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323787 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2012-03-02 04:04:15 +00:00
parent c5b54a68f4
commit b62c075f04
4 changed files with 87 additions and 2 deletions

View file

@ -467,12 +467,12 @@
<itemizedlist>
<listitem>
<simpara>
<function>ldap_control_paged_results</function>
<function>ldap_control_paged_result</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>ldap_control_paged_results_response</function>
<function>ldap_control_paged_result_response</function>
</simpara>
</listitem>
</itemizedlist>

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision:$ -->
<refentry xml:id='function.ldap-control-paged-result-response' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ldap_control_paged_result_response</refname>
<refpurpose>Extract paged results control response</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>ldap_control_paged_result_response</methodname>
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">cookie</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">estimated</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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
-->

View file

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision:$ -->
<refentry xml:id='function.ldap-control-paged-result' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ldap_control_paged_result</refname>
<refpurpose>Inject paged results control</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>ldap_control_paged_result</methodname>
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
<methodparam><type>int</type><parameter>pagesize</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter role="reference">iscritical</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">cookie</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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
-->

View file

@ -35,6 +35,8 @@
<function name='ldap_next_attribute' from='PHP 4, PHP 5'/>
<function name='ldap_next_entry' from='PHP 4, PHP 5'/>
<function name='ldap_next_reference' from='PHP 4 &gt;= 4.0.5, PHP 5'/>
<function name='ldap_control_paged_result' from='PHP 5 &gt;= 5.4.0'/>
<function name='ldap_control_paged_result_response' from='PHP 5 &gt;= 5.4.0'/>
<function name='ldap_parse_reference' from='PHP 4 &gt;= 4.0.5, PHP 5'/>
<function name='ldap_parse_result' from='PHP 4 &gt;= 4.0.5, PHP 5'/>
<function name='ldap_read' from='PHP 4, PHP 5'/>