hholzgra                Sat Feb  2 10:48:45 2002 EDT

  Modified files:              
    /phpdoc/tr/functions        filepro.xml 
  Log:
  tr Upgrade to DocBook4
  
Index: phpdoc/tr/functions/filepro.xml
diff -u phpdoc/tr/functions/filepro.xml:1.2 phpdoc/tr/functions/filepro.xml:1.3
--- phpdoc/tr/functions/filepro.xml:1.2 Fri Dec 21 08:33:49 2001
+++ phpdoc/tr/functions/filepro.xml     Sat Feb  2 10:48:44 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-9"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.filepro">
   <title>filePro fonksiyonlar&inodot;</title>
   <titleabbrev>filePro</titleabbrev>
@@ -19,12 +19,10 @@
    </refnamediv>
    <refsect1>
     <title>Tan&inodot;mlama</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>bool <function>filepro</function></funcdef>
-      <paramdef>string <parameter>directory</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>bool</type><methodname>filepro</methodname>
+      <methodparam><type>string</type><parameter>directory</parameter></methodparam>
+     </methodsynopsis>
     <para>
      Bu alan say&inodot;s&inodot;n&inodot; ve bilgisini depolayan map 
dosyalar&inodot;n&inodot; okur ve kontrol eder.</para>
     <para>
@@ -40,12 +38,10 @@
    </refnamediv>
    <refsect1>
     <title>Tan&inodot;mlama</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>string <function>filepro_fieldname</function></funcdef>
-      <paramdef>int <parameter>field_number</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>string</type><methodname>filepro_fieldname</methodname>
+      <methodparam><type>int</type><parameter>field_number</parameter></methodparam>
+     </methodsynopsis>
     <para>
      <parameter>field_number</parameter> parametresine kar&scedil;&inodot; 
dü&scedil;en alan&inodot;n ad&inodot;n&inodot; döndürür.</para>
    </refsect1>
@@ -58,12 +54,10 @@
    </refnamediv>
    <refsect1>
     <title>Tan&inodot;mlama</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>string <function>filepro_fieldtype</function></funcdef>
-      <paramdef>int <parameter>field_number</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>string</type><methodname>filepro_fieldtype</methodname>
+      <methodparam><type>int</type><parameter>field_number</parameter></methodparam>
+     </methodsynopsis>
     <para>
      <parameter>field_number</parameter> parametresine kar&scedil;&inodot; 
dü&scedil;en alan&inodot;n tipini döndürür.</para>
    </refsect1>
@@ -76,12 +70,10 @@
    </refnamediv>
    <refsect1>
     <title>Tan&inodot;mlama</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>int <function>filepro_fieldwidth</function></funcdef>
-      <paramdef>int <parameter>field_number</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>int</type><methodname>filepro_fieldwidth</methodname>
+      <methodparam><type>int</type><parameter>field_number</parameter></methodparam>
+     </methodsynopsis>
     <para>
      <parameter>field_number</parameter> parametresine kar&scedil;&inodot; 
dü&scedil;en alan&inodot;n geni&scedil;li&gbreve;ini döndürür.</para>
    </refsect1>
@@ -94,13 +86,11 @@
    </refnamediv>
    <refsect1>
     <title>Tan&inodot;mlama</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>string <function>filepro_retrieve</function></funcdef>
-      <paramdef>int <parameter>row_number</parameter></paramdef>
-      <paramdef>int <parameter>field_number</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>string</type><methodname>filepro_retrieve</methodname>
+      <methodparam><type>int</type><parameter>row_number</parameter></methodparam>
+      <methodparam><type>int</type><parameter>field_number</parameter></methodparam>
+     </methodsynopsis>
     <para>
      Veritaban&inodot;ndan belirtilen yerden veri al&inodot;r.</para>
        &note.sm.uidcheck;
@@ -114,12 +104,10 @@
    </refnamediv>
    <refsect1>
     <title>Tan&inodot;mlama</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>int <function>filepro_fieldcount</function></funcdef>
+     <methodsynopsis>
+      <type>int</type><methodname>filepro_fieldcount</methodname>
       <void/>
-     </funcprototype>
-    </funcsynopsis>
+     </methodsynopsis>
     <para>
        Aç&inodot;lan filePro veritaban&inodot;ndaki alan (sütun) 
say&inodot;s&inodot;n&inodot; döndürür.</para>
     <para>
@@ -134,12 +122,10 @@
    </refnamediv>
    <refsect1>
     <title>Tan&inodot;mlama</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>int <function>filepro_rowcount</function></funcdef>
+     <methodsynopsis>
+      <type>int</type><methodname>filepro_rowcount</methodname>
       <void/>
-     </funcprototype>
-    </funcsynopsis>
+     </methodsynopsis>
     <para>
      Aç&inodot;lan bir filePro veritaban&inodot;ndaki sat&inodot;r 
say&inodot;s&inodot;n&inodot; döndürür.</para>
        &note.sm.uidcheck;
@@ -166,3 +152,4 @@
 sgml-local-ecat-files:nil
 End:
 -->
+


Reply via email to