11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 65e697ff671608989432a6e6bf8ae8128b2be2c7 Maintainer: mustafa Status: ready -->
3- <refentry xml : id = " function.mysql-affected-rows " xmlns =" http://docbook.org/ns/docbook" >
2+ <!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
3+ <refentry xmlns =" http://docbook.org/ns/docbook" xml : id = " function.mysql-affected-rows " >
44 <refnamediv >
55 <refname >mysql_affected_rows</refname >
66 <refpurpose >Önceki MySQL işleminde etkilenen satırların sayısını al
3131
3232 <refsect1 role =" parameters" >
3333 &reftitle.parameters;
34- <para >
35- <variablelist >
36- &mysql.linkid.description;
37- </variablelist >
38- </para >
34+ <variablelist >
35+ &mysql.linkid.description;
36+ </variablelist >
3937 </refsect1 >
4038
4139 <refsect1 role =" returnvalues" >
6866
6967 <refsect1 role =" examples" >
7068 &reftitle.examples;
71- <para >
72- <example >
73- <title >- <function >mysql_affected_rows</function > örneği</title >
74- <programlisting role =" php" >
69+ <example >
70+ <title >- <function >mysql_affected_rows</function > örneği</title >
71+ <programlisting role =" php" >
7572<![CDATA[
7673<?php
7774$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
@@ -89,20 +86,18 @@ mysql_query('DELETE FROM mytable WHERE 0');
8986printf("Silinen kayıtlar: %d\n", mysql_affected_rows());
9087?>
9188]]>
92- </programlisting >
93- &example.outputs.similar;
94- <screen >
89+ </programlisting >
90+ &example.outputs.similar;
91+ <screen >
9592<![CDATA[
9693Silinen kayıtlar: 10
9794Silinen kayıtlar: 0
9895]]>
99- </screen >
100- </example >
101- </para >
102- <para >
103- <example >
104- <title >- Hareket kullananılan <function >mysql_affected_rows</function > örneği</title >
105- <programlisting role =" php" >
96+ </screen >
97+ </example >
98+ <example >
99+ <title >- Hareket kullananılan <function >mysql_affected_rows</function > örneği</title >
100+ <programlisting role =" php" >
106101<![CDATA[
107102<?php
108103$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
@@ -117,15 +112,14 @@ printf ("Güncellenen kayıtlar: %d\n", mysql_affected_rows());
117112mysql_query("COMMIT");
118113?>
119114]]>
120- </programlisting >
121- &example.outputs.similar;
122- <screen >
115+ </programlisting >
116+ &example.outputs.similar;
117+ <screen >
123118<![CDATA[
124119Güncellenen kayıtlar: 10
125120]]>
126- </screen >
127- </example >
128- </para >
121+ </screen >
122+ </example >
129123 </refsect1 >
130124
131125 <refsect1 role =" notes" >
@@ -157,15 +151,12 @@ Güncellenen kayıtlar: 10
157151
158152 <refsect1 role =" seealso" >
159153 &reftitle.seealso;
160- <para >
161- <simplelist >
162- <member ><function >mysql_num_rows</function ></member >
163- <member ><function >mysql_info</function ></member >
164- </simplelist >
165- </para >
154+ <simplelist >
155+ <member ><function >mysql_num_rows</function ></member >
156+ <member ><function >mysql_info</function ></member >
157+ </simplelist >
166158 </refsect1 >
167159</refentry >
168-
169160<!-- Keep this comment at the end of the file
170161Local variables:
171162mode: sgml
0 commit comments