source: www/manuals/PHP_manual/function.ldap-free-result.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 3.0 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>ldap_free_result</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="LDAP functions"
13HREF="ref.ldap.html"><LINK
14REL="PREVIOUS"
15TITLE="ldap_first_reference"
16HREF="function.ldap-first-reference.html"><LINK
17REL="NEXT"
18TITLE="ldap_get_attributes"
19HREF="function.ldap-get-attributes.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="function.ldap-first-reference.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.ldap-get-attributes.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.ldap-free-result"
75></A
76>ldap_free_result</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN39147"
81></A
82><P
83> (PHP 3, PHP 4 )</P
84>ldap_free_result&nbsp;--&nbsp;Free result memory</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN39150"
89></A
90><H2
91>Description</H2
92>bool <B
93CLASS="methodname"
94>ldap_free_result</B
95> ( resource result_identifier)<BR
96></BR
97><P
98>&#13; Vrací <TT
99CLASS="constant"
100><B
101>TRUE</B
102></TT
103> pøi úspìchu, <TT
104CLASS="constant"
105><B
106>FALSE</B
107></TT
108> pøi selhání.</P
109><P
110>
111 <B
112CLASS="function"
113>ldap_free_result()</B
114> frees up the memory
115 allocated internally to store the result and pointed by the
116 <TT
117CLASS="parameter"
118><I
119>result_identifier</I
120></TT
121>. All result memory will
122 be automatically freed when the script terminates.</P
123><P
124>&#13; Typically all the memory allocated for the ldap result gets freed
125 at the end of the script. In case the script is making successive
126 searches which return large result sets,
127 <B
128CLASS="function"
129>ldap_free_result()</B
130> could be called to keep the
131 runtime memory usage by the script low.</P
132></DIV
133><DIV
134CLASS="NAVFOOTER"
135><HR
136ALIGN="LEFT"
137WIDTH="100%"><TABLE
138SUMMARY="Footer navigation table"
139WIDTH="100%"
140BORDER="0"
141CELLPADDING="0"
142CELLSPACING="0"
143><TR
144><TD
145WIDTH="33%"
146ALIGN="left"
147VALIGN="top"
148><A
149HREF="function.ldap-first-reference.html"
150ACCESSKEY="P"
151>Pøedcházející</A
152></TD
153><TD
154WIDTH="34%"
155ALIGN="center"
156VALIGN="top"
157><A
158HREF="index.html"
159ACCESSKEY="H"
160>Domù</A
161></TD
162><TD
163WIDTH="33%"
164ALIGN="right"
165VALIGN="top"
166><A
167HREF="function.ldap-get-attributes.html"
168ACCESSKEY="N"
169>Dal¹í</A
170></TD
171></TR
172><TR
173><TD
174WIDTH="33%"
175ALIGN="left"
176VALIGN="top"
177>ldap_first_reference</TD
178><TD
179WIDTH="34%"
180ALIGN="center"
181VALIGN="top"
182><A
183HREF="ref.ldap.html"
184ACCESSKEY="U"
185>Nahoru</A
186></TD
187><TD
188WIDTH="33%"
189ALIGN="right"
190VALIGN="top"
191>ldap_get_attributes</TD
192></TR
193></TABLE
194></DIV
195></BODY
196></HTML
197>
Note: See TracBrowser for help on using the repository browser.