1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-23 23:02:09 +01:00
Files
archived-doc-tr/language/control-structures.xml
2021-03-12 19:54:19 +03:00

79 lines
2.6 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ede9d209f64d4cd71bf22fcfaed14c6fc269523c Maintainer: nilgun Status: ready -->
<!-- CREDITS: tpug, sezer -->
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Denetim Yapıları</title>
<sect1 xml:id="control-structures.intro">
<title>Giriş</title>
<simpara>
Bütün PHP betikleri bir dizi deyimden oluşur. Bir deyim; bir atama, bir
işlev çağrısı, bir döngü, bir koşullu deyim hatta hiçbir şey yapmayan
bir deyim (boş bir deyim) olabilir. Deyimler bir noktalı virgülle
sonlandırılır. Ek olarak, deyimler kaşlı ayraçlar içine alınarak deyim
grupları haline getirilebilirler. Bir deyim grubu da kendi başına bir
deyim olarak kabul edilir. Bu fasılda deyim türlerinden bahsedeğiz.
</simpara>
<sect2 role="seealso">
&reftitle.seealso;
<para>
Aşağıdakiler, kılavuzda işlevler altında bulunmalarına rağmen dil
yapıları olarak kabul edilir.
</para>
<para>
<simplelist>
<member><function>list</function></member>
<member><function>array</function></member>
<member><function>echo</function></member>
<member><function>eval</function></member>
<member><function>print</function></member>
</simplelist>
</para>
</sect2>
</sect1>
&language.control-structures.if;
&language.control-structures.else;
&language.control-structures.elseif;
&language.control-structures.alternative-syntax;
&language.control-structures.while;
&language.control-structures.do-while;
&language.control-structures.for;
&language.control-structures.foreach;
&language.control-structures.break;
&language.control-structures.continue;
&language.control-structures.switch;
&language.control-structures.match;
&language.control-structures.declare;
&language.control-structures.return;
&language.control-structures.require;
&language.control-structures.include;
&language.control-structures.require-once;
&language.control-structures.include-once;
&language.control-structures.goto;
</chapter>
<!-- 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
-->