source: www/manuals/PHP_manual/function.ob-flush.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.1 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>ob_flush</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="Output Control funkce"
13HREF="ref.outcontrol.html"><LINK
14REL="PREVIOUS"
15TITLE="ob_end_flush"
16HREF="function.ob-end-flush.html"><LINK
17REL="NEXT"
18TITLE="ob_get_contents"
19HREF="function.ob-get-contents.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.ob-end-flush.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.ob-get-contents.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.ob-flush"
75></A
76>ob_flush</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN64878"
81></A
82><P
83> (PHP 4 &#62;= 4.2.0)</P
84>ob_flush&nbsp;--&nbsp;
85 Flush (send) the output buffer
86 </DIV
87><DIV
88CLASS="refsect1"
89><A
90NAME="AEN64881"
91></A
92><H2
93>Description</H2
94>void <B
95CLASS="methodname"
96>ob_flush</B
97> ( void)<BR
98></BR
99><P
100>&#13; This function will send the contents of the output buffer (if
101 any). If you want to further
102 process the buffer's contents you have to call
103 <A
104HREF="function.ob-get-contents.html"
105><B
106CLASS="function"
107>ob_get_contents()</B
108></A
109> before
110 <B
111CLASS="function"
112>ob_flush()</B
113> as the buffer contents are
114 discarded after <B
115CLASS="function"
116>ob_flush()</B
117> is called.
118 </P
119><P
120>&#13; This function does not destroy the output buffer like
121 <A
122HREF="function.ob-end-flush.html"
123><B
124CLASS="function"
125>ob_end_flush()</B
126></A
127> does.
128 </P
129><P
130>&#13; See also <A
131HREF="function.ob-get-contents.html"
132><B
133CLASS="function"
134>ob_get_contents()</B
135></A
136>,
137 <A
138HREF="function.ob-clean.html"
139><B
140CLASS="function"
141>ob_clean()</B
142></A
143>,
144 <A
145HREF="function.ob-end-flush.html"
146><B
147CLASS="function"
148>ob_end_flush()</B
149></A
150> and
151 <A
152HREF="function.ob-end-clean.html"
153><B
154CLASS="function"
155>ob_end_clean()</B
156></A
157>.
158 </P
159></DIV
160><DIV
161CLASS="NAVFOOTER"
162><HR
163ALIGN="LEFT"
164WIDTH="100%"><TABLE
165SUMMARY="Footer navigation table"
166WIDTH="100%"
167BORDER="0"
168CELLPADDING="0"
169CELLSPACING="0"
170><TR
171><TD
172WIDTH="33%"
173ALIGN="left"
174VALIGN="top"
175><A
176HREF="function.ob-end-flush.html"
177ACCESSKEY="P"
178>Pøedcházející</A
179></TD
180><TD
181WIDTH="34%"
182ALIGN="center"
183VALIGN="top"
184><A
185HREF="index.html"
186ACCESSKEY="H"
187>Domù</A
188></TD
189><TD
190WIDTH="33%"
191ALIGN="right"
192VALIGN="top"
193><A
194HREF="function.ob-get-contents.html"
195ACCESSKEY="N"
196>Dal¹í</A
197></TD
198></TR
199><TR
200><TD
201WIDTH="33%"
202ALIGN="left"
203VALIGN="top"
204>ob_end_flush</TD
205><TD
206WIDTH="34%"
207ALIGN="center"
208VALIGN="top"
209><A
210HREF="ref.outcontrol.html"
211ACCESSKEY="U"
212>Nahoru</A
213></TD
214><TD
215WIDTH="33%"
216ALIGN="right"
217VALIGN="top"
218>ob_get_contents</TD
219></TR
220></TABLE
221></DIV
222></BODY
223></HTML
224>
Note: See TracBrowser for help on using the repository browser.