source: www/manuals/PHP_manual/function.restore-error-handler.html@ 1

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

Prvotní import všeho

File size: 2.9 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>restore_error_handler</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="Error Handling and Logging Functions"
13HREF="ref.errorfunc.html"><LINK
14REL="PREVIOUS"
15TITLE="error_reporting"
16HREF="function.error-reporting.html"><LINK
17REL="NEXT"
18TITLE="set_error_handler"
19HREF="function.set-error-handler.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.error-reporting.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.set-error-handler.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.restore-error-handler"
75></A
76>restore_error_handler</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN19808"
81></A
82><P
83> (PHP 4 &#62;= 4.0.1)</P
84>restore_error_handler&nbsp;--&nbsp;
85 Restores the previous error handler function
86 </DIV
87><DIV
88CLASS="refsect1"
89><A
90NAME="AEN19811"
91></A
92><H2
93>Description</H2
94>void <B
95CLASS="methodname"
96>restore_error_handler</B
97> ( void)<BR
98></BR
99><P
100>&#13; Used after changing the error handler function using
101 <A
102HREF="function.set-error-handler.html"
103><B
104CLASS="function"
105>set_error_handler()</B
106></A
107>, to revert to the previous error
108 handler (which could be the built-in or a user defined function)
109 </P
110><P
111>&#13; See also <A
112HREF="function.error-reporting.html"
113><B
114CLASS="function"
115>error_reporting()</B
116></A
117>,
118 <A
119HREF="function.set-error-handler.html"
120><B
121CLASS="function"
122>set_error_handler()</B
123></A
124>,
125 <A
126HREF="function.trigger-error.html"
127><B
128CLASS="function"
129>trigger_error()</B
130></A
131>, <A
132HREF="function.user-error.html"
133><B
134CLASS="function"
135>user_error()</B
136></A
137>
138 </P
139></DIV
140><DIV
141CLASS="NAVFOOTER"
142><HR
143ALIGN="LEFT"
144WIDTH="100%"><TABLE
145SUMMARY="Footer navigation table"
146WIDTH="100%"
147BORDER="0"
148CELLPADDING="0"
149CELLSPACING="0"
150><TR
151><TD
152WIDTH="33%"
153ALIGN="left"
154VALIGN="top"
155><A
156HREF="function.error-reporting.html"
157ACCESSKEY="P"
158>Pøedcházející</A
159></TD
160><TD
161WIDTH="34%"
162ALIGN="center"
163VALIGN="top"
164><A
165HREF="index.html"
166ACCESSKEY="H"
167>Domù</A
168></TD
169><TD
170WIDTH="33%"
171ALIGN="right"
172VALIGN="top"
173><A
174HREF="function.set-error-handler.html"
175ACCESSKEY="N"
176>Dal¹í</A
177></TD
178></TR
179><TR
180><TD
181WIDTH="33%"
182ALIGN="left"
183VALIGN="top"
184>error_reporting</TD
185><TD
186WIDTH="34%"
187ALIGN="center"
188VALIGN="top"
189><A
190HREF="ref.errorfunc.html"
191ACCESSKEY="U"
192>Nahoru</A
193></TD
194><TD
195WIDTH="33%"
196ALIGN="right"
197VALIGN="top"
198>set_error_handler</TD
199></TR
200></TABLE
201></DIV
202></BODY
203></HTML
204>
Note: See TracBrowser for help on using the repository browser.