source: www/manuals/PHP_manual/reserved.html@ 1

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

Prvotní import všeho

File size: 8.5 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>Seznam vyhrazených slov</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="Dodatky"
13HREF="appendixes.html"><LINK
14REL="PREVIOUS"
15TITLE="Seznam aliasù funkcí"
16HREF="aliases.html"><LINK
17REL="NEXT"
18TITLE="List of Resource Types"
19HREF="resource.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="appendix"
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="aliases.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="resource.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><DIV
73CLASS="appendix"
74><H1
75><A
76NAME="reserved"
77>Pøíloha G. Seznam vyhrazených slov</A
78></H1
79><P
80>&#13; Toto je seznam vyhrazených slov PHP, obvykle
81 <A
82HREF="language.constants.html"
83>konstant</A
84> a
85 <A
86HREF="language.variables.predefined.html"
87>pøeddefinovaných promìnných</A
88>.
89 Nenajdete zde ¾ádné funkce, co¾ v¹ak neplatí pro jazykové konstrukty.
90 Uvedenými názvy byste se nemìli pokou¹et nazývat promìnné, funkce,
91 konstanty nebo metody, vedlo by to spolehlivì ke zmatku.
92 <P
93></P
94><TABLE
95BORDER="0"
96><TBODY
97><TR
98><TD
99>&#13; <A
100HREF="language.operators.logical.html"
101>and</A
102>
103 </TD
104><TD
105>&#13; <A
106HREF="language.constants.html"
107>E_PARSE</A
108>
109 </TD
110><TD
111>&#13; <A
112HREF="functions.old-syntax.html"
113>old_function</A
114>
115 </TD
116></TR
117><TR
118><TD
119>&#13; <A
120HREF="missing-stuff.html#language.variables.predefined.php"
121>$argv</A
122>
123 </TD
124><TD
125>&#13; <A
126HREF="language.constants.html"
127>E_ERROR</A
128>
129 </TD
130><TD
131>&#13; <A
132HREF="language.operators.logical.html"
133>or</A
134>
135 </TD
136></TR
137><TR
138><TD
139>&#13; <A
140HREF="control-structures.foreach.html"
141>as</A
142>
143 </TD
144><TD
145>&#13; <A
146HREF="language.constants.html"
147>E_WARNING</A
148>
149 </TD
150><TD
151>&#13; <A
152HREF="keyword.parent.html"
153>parent</A
154>
155 </TD
156></TR
157><TR
158><TD
159>&#13; <A
160HREF="missing-stuff.html#language.variables.predefined.php"
161>$argc</A
162>
163 </TD
164><TD
165>&#13; <A
166HREF="function.eval.html"
167>eval</A
168>
169 </TD
170><TD
171>&#13; <A
172HREF="language.constants.html"
173>PHP_OS</A
174>
175 </TD
176></TR
177><TR
178><TD
179>&#13; <A
180HREF="control-structures.break.html"
181>break</A
182>
183 </TD
184><TD
185>&#13; <A
186HREF="function.exit.html"
187><B
188CLASS="function"
189>exit()</B
190></A
191>
192 </TD
193><TD
194>&#13; <A
195HREF="missing-stuff.html#language.variables.predefined.php"
196>$PHP_SELF</A
197>
198 </TD
199></TR
200><TR
201><TD
202>&#13; <A
203HREF="control-structures.switch.html"
204>case</A
205>
206 </TD
207><TD
208>&#13; <A
209HREF="language.oop.html#keyword.class"
210>extends</A
211>
212 </TD
213><TD
214>&#13; <A
215HREF="language.constants.html"
216>PHP_VERSION</A
217>
218 </TD
219></TR
220><TR
221><TD
222>&#13; <A
223HREF="functions.old-syntax.html"
224>cfunction</A
225>
226 </TD
227><TD
228>&#13; <A
229HREF="language.constants.html"
230><TT
231CLASS="constant"
232><B
233>FALSE</B
234></TT
235></A
236>
237 </TD
238><TD
239>&#13; <A
240HREF="function.print.html"
241><B
242CLASS="function"
243>print()</B
244></A
245>
246 </TD
247></TR
248><TR
249><TD
250>&#13; <A
251HREF="language.oop.html#keyword.class"
252>class</A
253>
254 </TD
255><TD
256>&#13; <A
257HREF="control-structures.for.html"
258>for</A
259>
260 </TD
261><TD
262>&#13; <A
263HREF="function.require.html"
264><B
265CLASS="function"
266>require()</B
267></A
268>
269 </TD
270></TR
271><TR
272><TD
273>&#13; <A
274HREF="control-structures.continue.html"
275>continue</A
276>
277 </TD
278><TD
279>&#13; <A
280HREF="control-structures.foreach.html"
281>foreach</A
282>
283 </TD
284><TD
285>&#13; <A
286HREF="function.require-once.html"
287><B
288CLASS="function"
289>require_once()</B
290></A
291>
292 </TD
293></TR
294><TR
295><TD
296>&#13; <A
297HREF="control-structures.declare.html"
298>declare</A
299>
300 </TD
301><TD
302>&#13; <A
303HREF="functions.html#functions.user-defined"
304>function</A
305>
306 </TD
307><TD
308>&#13; <A
309HREF="function.return.html"
310><B
311CLASS="function"
312>return()</B
313></A
314>
315 </TD
316></TR
317><TR
318><TD
319>&#13; <A
320HREF="control-structures.switch.html"
321>default</A
322>
323 </TD
324><TD
325>&#13; <A
326HREF="missing-stuff.html#language.variables.predefined.php"
327>$HTTP_COOKIE_VARS</A
328>
329 </TD
330><TD
331>&#13; <A
332HREF="language.variables.scope.html"
333>static</A
334>
335 </TD
336></TR
337><TR
338><TD
339>&#13; <A
340HREF="control-structures.do.while.html"
341>do</A
342>
343 </TD
344><TD
345>&#13; <A
346HREF="missing-stuff.html#language.variables.predefined.php"
347>$HTTP_GET_VARS</A
348>
349 </TD
350><TD
351>&#13; <A
352HREF="control-structures.switch.html"
353>switch</A
354>
355 </TD
356></TR
357><TR
358><TD
359>&#13; <A
360HREF="function.die.html"
361><B
362CLASS="function"
363>die()</B
364></A
365>
366 </TD
367><TD
368>&#13; <A
369HREF="missing-stuff.html#language.variables.predefined.php"
370>$HTTP_POST_VARS</A
371>
372 </TD
373><TD
374>&#13; <A
375HREF="language.oop.html#keyword.class"
376>stdClass</A
377>
378 </TD
379></TR
380><TR
381><TD
382>&#13; <A
383HREF="function.echo.html"
384><B
385CLASS="function"
386>echo()</B
387></A
388>
389 </TD
390><TD
391>&#13; <A
392HREF="missing-stuff.html#language.variables.predefined.php"
393>$HTTP_POST_FILES</A
394>
395 </TD
396><TD
397>&#13; <A
398HREF="language.oop.html#keyword.class"
399>$this</A
400>
401 </TD
402></TR
403><TR
404><TD
405>&#13; <A
406HREF="control-structures.else.html"
407>else</A
408>
409 </TD
410><TD
411>&#13; <A
412HREF="missing-stuff.html#language.variables.predefined.php"
413>$HTTP_ENV_VARS</A
414>
415 </TD
416><TD
417>&#13; <A
418HREF="language.constants.html"
419><TT
420CLASS="constant"
421><B
422>TRUE</B
423></TT
424></A
425>
426 </TD
427></TR
428><TR
429><TD
430>&#13; <A
431HREF="control-structures.elseif.html"
432>elseif</A
433>
434 </TD
435><TD
436>&#13; <A
437HREF="missing-stuff.html#language.variables.predefined.php"
438>$HTTP_SERVER_VARS</A
439>
440 </TD
441><TD
442>&#13; <A
443HREF="language.oop.html#keyword.class"
444>var</A
445>
446 </TD
447></TR
448><TR
449><TD
450>&#13; <A
451HREF="function.empty.html"
452><B
453CLASS="function"
454>empty()</B
455></A
456>
457 </TD
458><TD
459>&#13; <A
460HREF="control-structures.html#control-structures.if"
461>if</A
462>
463 </TD
464><TD
465>&#13; <A
466HREF="language.operators.logical.html"
467>xor</A
468>
469 </TD
470></TR
471><TR
472><TD
473>&#13; <A
474HREF="control-structures.declare.html"
475>enddeclare</A
476>
477 </TD
478><TD
479>&#13; <A
480HREF="function.include.html"
481><B
482CLASS="function"
483>include()</B
484></A
485>
486 </TD
487><TD
488>&#13; <A
489HREF="function.virtual.html"
490><B
491CLASS="function"
492>virtual()</B
493></A
494>
495 </TD
496></TR
497><TR
498><TD
499>&#13; <A
500HREF="control-structures.alternative-syntax.html"
501>endfor</A
502>
503 </TD
504><TD
505>&#13; <A
506HREF="function.include-once.html"
507><B
508CLASS="function"
509>include_once()</B
510></A
511>
512 </TD
513><TD
514>&#13; <A
515HREF="control-structures.while.html"
516>while</A
517>
518 </TD
519></TR
520><TR
521><TD
522>&#13; <A
523HREF="control-structures.alternative-syntax.html"
524>endforeach</A
525>
526 </TD
527><TD
528>&#13; <A
529HREF="language.variables.scope.html"
530>global</A
531>
532 </TD
533><TD
534>&#13; <A
535HREF="language.constants.html"
536>__FILE__</A
537>
538 </TD
539></TR
540><TR
541><TD
542>&#13; <A
543HREF="control-structures.alternative-syntax.html"
544>endif</A
545>
546 </TD
547><TD
548>&#13; <A
549HREF="function.list.html"
550><B
551CLASS="function"
552>list()</B
553></A
554>
555 </TD
556><TD
557>&#13; <A
558HREF="language.constants.html"
559>__LINE__</A
560>
561 </TD
562></TR
563><TR
564><TD
565>&#13; <A
566HREF="control-structures.alternative-syntax.html"
567>endswitch</A
568>
569 </TD
570><TD
571>&#13; <A
572HREF="language.oop.html#keyword.class"
573>new</A
574>
575 </TD
576><TD
577>&#13; <A
578HREF="language.oop.magic-functions.html"
579>__sleep</A
580>
581 </TD
582></TR
583><TR
584><TD
585>&#13; <A
586HREF="control-structures.alternative-syntax.html"
587>endwhile</A
588>
589 </TD
590><TD
591>&#13; <A
592HREF="language.operators.logical.html"
593>not</A
594>
595 </TD
596><TD
597>&#13; <A
598HREF="language.oop.magic-functions.html"
599>__wakeup</A
600>
601 </TD
602></TR
603><TR
604><TD
605>&#13; <A
606HREF="language.constants.html"
607>E_ALL</A
608>
609 </TD
610><TD
611>&#13; <A
612HREF="language.constants.html#language.constants.predefined"
613>NULL</A
614>
615 </TD
616><TD
617>&nbsp;</TD
618></TR
619></TBODY
620></TABLE
621><P
622></P
623>
624 </P
625></DIV
626><DIV
627CLASS="NAVFOOTER"
628><HR
629ALIGN="LEFT"
630WIDTH="100%"><TABLE
631SUMMARY="Footer navigation table"
632WIDTH="100%"
633BORDER="0"
634CELLPADDING="0"
635CELLSPACING="0"
636><TR
637><TD
638WIDTH="33%"
639ALIGN="left"
640VALIGN="top"
641><A
642HREF="aliases.html"
643ACCESSKEY="P"
644>Pøedcházející</A
645></TD
646><TD
647WIDTH="34%"
648ALIGN="center"
649VALIGN="top"
650><A
651HREF="index.html"
652ACCESSKEY="H"
653>Domù</A
654></TD
655><TD
656WIDTH="33%"
657ALIGN="right"
658VALIGN="top"
659><A
660HREF="resource.html"
661ACCESSKEY="N"
662>Dal¹í</A
663></TD
664></TR
665><TR
666><TD
667WIDTH="33%"
668ALIGN="left"
669VALIGN="top"
670>Seznam aliasù funkcí</TD
671><TD
672WIDTH="34%"
673ALIGN="center"
674VALIGN="top"
675><A
676HREF="appendixes.html"
677ACCESSKEY="U"
678>Nahoru</A
679></TD
680><TD
681WIDTH="33%"
682ALIGN="right"
683VALIGN="top"
684>List of Resource Types</TD
685></TR
686></TABLE
687></DIV
688></BODY
689></HTML
690>
Note: See TracBrowser for help on using the repository browser.