hholzgra                Mon Jan  7 20:31:37 2002 EDT

  Removed files:               
    /phpdoc/kr/functions        apache.xml ifx.xml iisfunc.xml msql.xml 
                                openssl.xml oracle.xml pcre.xml sesam.xml 
                                snmp.xml xslt.xml 

  Modified files:              
    /phpdoc/kr/functions        array.xml imap.xml mysql.xml strings.xml 
  Log:
  preparing for docbook4 
  untranslated files with docbook4 problems removed
  
  
Index: phpdoc/kr/functions/array.xml
diff -u phpdoc/kr/functions/array.xml:1.8 phpdoc/kr/functions/array.xml:1.9
--- phpdoc/kr/functions/array.xml:1.8   Wed Dec 12 15:54:31 2001
+++ phpdoc/kr/functions/array.xml       Mon Jan  7 20:31:17 2002
@@ -1814,7 +1814,7 @@
                        <title>설명</title>
                        <funcsynopsis>
                                <funcprototype>
-                                       <funcdef>bool in_array</funcdef>
+                                       <funcdef>bool 
+<function>in_array</function></funcdef>
                                        <paramdef>mixed <parameter>needle</parameter>
                                        </paramdef>
                                        <paramdef>array <parameter>haystack</parameter>
Index: phpdoc/kr/functions/imap.xml
diff -u phpdoc/kr/functions/imap.xml:1.8 phpdoc/kr/functions/imap.xml:1.9
--- phpdoc/kr/functions/imap.xml:1.8    Wed Dec 12 15:54:55 2001
+++ phpdoc/kr/functions/imap.xml        Mon Jan  7 20:31:28 2002
@@ -720,6 +720,8 @@
    <refsect1>
     <title>Description</title>
     <funcsynopsis>
+     <funcprototype>
+
      <funcdef>object <function>imap_headerinfo</function></funcdef>
      <paramdef>int <parameter>imap_stream</parameter></paramdef>
      <paramdef>int <parameter>msg_number</parameter></paramdef>
@@ -732,6 +734,8 @@
      <paramdef>string 
       <parameter><optional>defaulthost</optional></parameter>
      </paramdef>
+     </funcprototype>
+
     </funcsynopsis>
     <para>
      이 함수는 다양한 머릿글 구성요소의 객체를 가져온다.
@@ -835,6 +839,8 @@
    <refsect1>
     <title>Description</title>
     <funcsynopsis>
+     <funcprototype>
+
      <funcdef>object <function>imap_header</function></funcdef>
      <paramdef>int <parameter>imap_stream</parameter></paramdef>
      <paramdef>int <parameter>msg_number</parameter></paramdef>
@@ -847,6 +853,8 @@
      <paramdef>string 
       <parameter><optional>defaulthost</optional></parameter>
      </paramdef>
+     </funcprototype>
+
     </funcsynopsis>
     <para>
      This is an alias to <function>imap_headerinfo</function>
Index: phpdoc/kr/functions/mysql.xml
diff -u phpdoc/kr/functions/mysql.xml:1.12 phpdoc/kr/functions/mysql.xml:1.13
--- phpdoc/kr/functions/mysql.xml:1.12  Wed Dec 12 15:55:04 2001
+++ phpdoc/kr/functions/mysql.xml       Mon Jan  7 20:31:33 2002
@@ -163,10 +163,7 @@
       <funcdef>int <function>mysql_connect</function></funcdef>
       <paramdef>string 
        <parameter>
-        <optional>hostname
-       <optional>:port</optional>
-       <optional>:/path/to/socket</optional>
-        </optional>
+        <optional>server</optional>
        </parameter>
       </paramdef>
       <paramdef>string 
@@ -1524,10 +1521,7 @@
                                        </funcdef>
                                        <paramdef>string 
        <parameter>
-                                                       <optional>hostname
-       <optional>:port</optional>
-                                                               
<optional>:/path/to/socket</optional>
-                                                       </optional>
+                                                       <optional>hostname</optional>
                                                </parameter>
                                        </paramdef>
                                        <paramdef>string 
Index: phpdoc/kr/functions/strings.xml
diff -u phpdoc/kr/functions/strings.xml:1.7 phpdoc/kr/functions/strings.xml:1.8
--- phpdoc/kr/functions/strings.xml:1.7 Wed Dec 12 15:55:22 2001
+++ phpdoc/kr/functions/strings.xml     Mon Jan  7 20:31:37 2002
@@ -1338,10 +1338,12 @@
                <refsect1>
                        <title>설명</title>
                        <funcsynopsis>
+       <funcprototype>
                                <funcdef>string <function>rtrim</function>
                                </funcdef>
                                <paramdef>string <parameter>str</parameter>
                                </paramdef>
+       </funcprototype>
                        </funcsynopsis>
                        <para>
        인수로 넘어온 문자열에서 뉴라인을 포함하는 문자열 끝의 
공백을 제거한 문자열을 반환 하며, 


Reply via email to