mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
c5b54a68f4
commit
b62c075f04
4 changed files with 87 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
-->
|
41
reference/ldap/functions/ldap-control-paged-result.xml
Normal file
41
reference/ldap/functions/ldap-control-paged-result.xml
Normal 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
|
||||
-->
|
|
@ -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 >= 4.0.5, PHP 5'/>
|
||||
<function name='ldap_control_paged_result' from='PHP 5 >= 5.4.0'/>
|
||||
<function name='ldap_control_paged_result_response' from='PHP 5 >= 5.4.0'/>
|
||||
<function name='ldap_parse_reference' from='PHP 4 >= 4.0.5, PHP 5'/>
|
||||
<function name='ldap_parse_result' from='PHP 4 >= 4.0.5, PHP 5'/>
|
||||
<function name='ldap_read' from='PHP 4, PHP 5'/>
|
||||
|
|
Loading…
Reference in a new issue