karoora         Thu Feb 22 10:35:55 2001 EDT

  Modified files:              
    /phpdoc/kr/functions        ibase.xml 
  Log:
  tran_done
  
  
Index: phpdoc/kr/functions/ibase.xml
diff -u phpdoc/kr/functions/ibase.xml:1.2 phpdoc/kr/functions/ibase.xml:1.3
--- phpdoc/kr/functions/ibase.xml:1.2   Fri Jan 12 06:16:39 2001
+++ phpdoc/kr/functions/ibase.xml       Thu Feb 22 10:35:55 2001
@@ -1,22 +1,18 @@
  <reference id="ref.ibase">
-  <title>InterBase functions</title>
+  <title>InterBase ÇÔ¼ö</title>
   <titleabbrev>InterBase</titleabbrev>
 
   <partintro>
    <para>
-    InterBase is a popular database put out by Borland/Inprise.  More
-    information about InterBase is available at <ulink
-    url="&url.ibase;">&url.ibase;</ulink>.  Oh, by the way, InterBase
-    just joined the open source movement!
+    ÀÎÅͺ£À̽º´Â Borland/Inprise¿¡ ÀÇÇØ ³» ³õÀº À¯¸íÇÑ µ¥ÀÌÅͺ£À̽ºÀÌ´Ù. º¸´Ù ¸¹Àº 
+ÀÎÅͺ£À̽º¿¡ °üÇÑ Á¤º¸°¡ ÇÊ¿äÇÏ´Ù¸é<ulink
+    url="&url.ibase;">&url.ibase;</ulink>¿¡¼­ ã¾Æ º¼ ¼ö ÀÖ´Ù. °Ô´Ù°¡ ÀÎÅͺ£À̽º´Â 
+¿ÀÇ ¼Ò½º ¿îµ¿¿¡ Âü°¡ÇÏ°Ô µÇ¾ú´Ù!
    </para>
    <note>
     <para>
-     Full support for InterBase 6 was added in PHP 4.0. 
+     PHP 4.0¿¡¼­´Â ÀÎÅͺ£À̽º¿¡ °üÇÑ ¸ðµç Áö¿øÀÌ Ãß°¡ µÇ¾ú´Ù. 
     </para>
        <para>
-        This database uses a single quote (') character for escaping, a
-        behavior similar to the Sybase database, add to your
-        <filename>php.ini</filename> the following directive:
+        ÀÌ µ¥ÀÌÅͺ£À̽º´Â µû¿ÈÇ¥(a single quote ('))¸¦ escaping¹®ÀÚ·Î »ç¿ëÇϸç, 
+behavior´Â Sybase database¿Í À¯»çÇÏ´Ù. <filename>php.ini</filename>ÆÄÀÏ¿¡¼­ ´ÙÀ½°ú 
+°°ÀÌ ¼³Á¤ÇÑ´Ù.:
         <informalexample>
          <programlisting>
 magic_quotes_sybase = On
@@ -30,7 +26,7 @@
    <refnamediv>
     <refname>ibase_connect</refname>
     <refpurpose>
-     Open a connection to an InterBase database
+     InterBase database¿Í ¿¬°áÀ» ¼³Á¤ÇÑ´Ù.
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -60,28 +56,19 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Establishes a connection to an InterBase server.
-     The <parameter>database</parameter> argument
-     has to be a valid path to database file on the server it resides on.
-     If the server is not local, it must be prefixed with either
-     'hostname:' (TCP/IP), '//hostname/' (NetBEUI) or 'hostname@' (IPX/SPX),
-     depending on the connection protocol used. <parameter>username</parameter>
-     and <parameter>password</parameter> can also
-     be specified with PHP configuration directives ibase.default_user and
-     ibase.default_password. <parameter>charset</parameter> is the default
-     character set for a database. <parameter>buffers</parameter> is the number
-     of database buffers to allocate for the server-side cache. If 0 or omitted,
-     server chooses its own default. <parameter>dialect</parameter> selects
-     the default SQL dialect for any statement executed within a connection,
-     and it defaults to the highest one supported by client libraries.
-    </para>
-    <para>
-     In case a second call is made to
-     <function>ibase_connect</function> with the same arguments, no new link
-     will be established, but instead, the link identifier of the already opened
-     link will be returned. The link to the server will be closed as soon as the
-     execution of the script ends, unless it's closed earlier by explicitly calling
-     <function>ibase_close</function>. 
+     InterBase server¿ÍÀÇ ¿¬°áÀ» ¼³Á¤ÇÑ´Ù.
+     <parameter>database</parameter>Àμö´Â ¼­¹ö¿¡ À§Ä¡ÇÑ µ¥ÀÌÅͺ£À̽ºÀÇ À¯È¿ÇÑ 
+ÆÄÀϰæ·Î¸¦ °¡Áø´Ù.(¿ªÁÖ:ÇöÀç win32¿ë ODBCµå¶óÀ̹ö°¡ Á¸ÀçÇÑ´Ù. À̰ÍÀº Iterbase 
+5.x¿ëÀÌÁö¸¸ º° ¿¡·¯¾÷¤µÀÌ Àß ÀÛµ¿ÇÑ´Ù.)
+     ¸¸ÀÏ ·ÎÄà ¼­¹ö°¡ ¾Æ´Ñ °æ¿ì¿¡´Â, »ç¿ëµÈ ¿¬°á ÇÁ·ÎÅäÄÝ¿¡ ÀÇÁ¸ÇÏ´Â 'hostname:' 
+(TCP/IP), '//hostname/' (NetBEUI) ¶Ç´Â 'hostname@' (IPX/SPX),
+     ¸¦ ¸ÕÀú Ãß°¡ÇØ ÁÖ¾î¾ß ÇÑ´Ù. <parameter>username</parameter>
+     and <parameter>password</parameter> ´Â PHP ¼³Á¤ ºÎºÐÀÇ ibaseÇ׸ñ¿¡¼­ 
+ibase.default_user ¿Í ibase.default_password¿¡ ±â·ÏÇÒ ¼ö ÀÖ´Ù. . 
+<parameter>charset</parameter>Àº µ¥ÀÌÅͺ£À̽º ¼­¹ö ¹«ÀÚ¼ÂÀÇ µðÆúÆ® °ªÀ» ³ªÅ¸³½´Ù.
+     <parameter>buffers</parameter>´Â server-side cache¿¡ ÇÒ´çµÇ´Â database buffersÀÇ 
+¼öÀÌ´Ù. ¸¸ÀÏ 0ÀÎ °æ¿ì³ª »ý·«µÈ °æ¿ì¿¡´Â, ¼­¹öÀÚ½ÅÀÇ ¼³Á¤µÈ °ªÀ¸·Î ¼±ÅõȴÙ.
+     <parameter>dialect</parameter>´Â ¿¬°áµÇ´Â µ¿¾È ½ÇÇàµÇ´Â ¾î¶°ÇÑ ±¸¹®ÀÇ Æ¯Á¤ 
+SQL°ªÀÇ ±âº» °ªÀ» ¼±ÅÃÇϴµ¥, ±× ±âº»°ªÀº(Áï, °ªÀÌ ÁÖ¾îÁöÁö ¾ÊÀº °æ¿ì)
+     Ŭ¶óÀÌ¾ðÆ® ¶óÀ̺귯¸®°¡ Áö¿øÇÏ´Â ÃÖ»óÀÇ °ÍÀ¸·Î ÇÑ´Ù.
+    </para>
+    <para>
+     °°Àº ÀÎÀÚµéÀ» »ç¿ëÇÑ<function>ibase_connect</function>ÀÇ µÎ¹øÂ° È£ÃâÀÇ °æ¿ì¿¡´Â, 
+»õ·Î¿î link¸¦ ¼³Á¤ÇÏÁö ¾Ê°í, 
+     ´ë½Å¿¡ ÀÌ¹Ì ¿¬°áµÈ linkÀÇ ½Äº°ÀÚ¸¦ ¸®ÅÏÇÏ°Ô µÈ´Ù. ¼­¹öÀÇ link´Â 
+<function>ibase_close</function>°¡ È£ÃâµÇ¾î ¿¬°áÀÌ ´ÝÈ÷Áö ¾Ê´ÂÇÑ,
+      ½ºÅ©¸³Æ®ÀÇ Á¾·áű׸¦ ¸¸³ª¸é °ð ´ÝÈ÷°Ô µÈ´Ù. 
      <example>
       <title><function>Ibase_connect</function> example</title>
       <programlisting role="php">
@@ -99,23 +86,21 @@
     </para>
     <note>
      <para>
-      <parameter>buffers</parameter> was added in PHP4-RC2.
+      <parameter>buffers</parameter>´Â PHP4-RC2¿¡¼­ Ãß°¡µÇ¾ú´Ù.
      </para>
     </note>
     <note>
      <para>
-      <parameter>dialect</parameter> was added in PHP4-RC2. It is functional
-       only with InterBase 6 and versions higher than that.
+      <parameter>dialect</parameter>´Â PHP4-RC2¿¡¼­ Ãß°¡µÇ¾ú´Ù. À̰ÍÀº InterBase 6.0 
+versions ¶Ç´Â ±× »óÀ§ ¹öÁ¯¿¡¼­ ÀÛµ¿ÇÑ´Ù.
      </para>
     </note>
     <note>
      <para>
-      <parameter>role</parameter> was added in PHP4-RC2. It is functional
-       only with InterBase 5 and versions higher than that.
+      <parameter>role</parameter>´Â PHP4-RC2¿¡¼­ Ãß°¡µÇ¾ú´Ù. À̰ÍÀº InterBase 5 
+versions ¶Ç´Â ±× »óÀ§ ¹öÁ¯¿¡¼­ ÀÛµ¿ÇÑ´Ù.
      </para>
     </note>
     <para>
-     See also: <function>ibase_pconnect</function>.
+     Âü°í : <function>ibase_pconnect</function>.
     </para>
    </refsect1>
   </refentry>
@@ -124,7 +109,7 @@
    <refnamediv>
     <refname>ibase_pconnect</refname>
     <refpurpose>
-     Creates an persistent connection to an InterBase database
+     InterBase databaseÀÇ ¿µ¼ÓÀûÀÎ ¿¬°áÀ» »ý¼ºÇÑ´Ù.
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -154,38 +139,29 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     <function>ibase_pconnect</function> acts very much like
-     <function>ibase_connect</function> with two major differences.
-     First, when connecting, the function will first try to find a
-     (persistent) link that's already opened with the same parameters.
-     If one is found, an identifier for it will be returned instead of
-     opening a new connection. Second, the connection to the InterBase
-     server will not be closed when the execution of the script ends.
-     Instead, the link will remain open for future use
-     (<function>ibase_close</function> will not close links established
-     by <function>ibase_pconnect</function>). This type of link is
-     therefore called 'persistent'.
+     <function>ibase_pconnect</function>ÀÇ µ¿ÀÛÀº 
+<function>ibase_connect</function>¿Í À¯»çÇϳª µÎ °¡ÁöÀÇ Áß¿äÇÑ Â÷À̰¡ ÀÖ´Ù.
+     ù°·Î, ¿¬°áµÉ¶§, ÀÌ ÇÔ¼ö´Â ù°·Î ÀÌ¹Ì µ¿ÀÏÇÑ ÀÎÀÚµé·Î ¿­¸° (persistent) link¸¦ 
+ãÀ» °ÍÀÌ´Ù. 
+     ¸¸ÀÏ ¹ß°ßÀÌ µÈ´Ù¸é, »õ·Î¿î ¿¬°áÀ» ¿©´Â ´ë½Å¿¡ ÀÌÀüÀÇ ½Äº°ÀÚ¸¦ ¸®ÅÏÇÏ°Ô µÈ´Ù. 
+     µÑ°·Î, InterBase serverÀÇ ¿¬°áÀÌ ³ªÁß¿¡ ÀÌ¿ëµÇ±â À§ÇÏ¿© ½ºÅ©¸³Æ®ÀÇ Á¾·áű׸¦ 
+¸¸³ªµµ ´ÝÈ÷Áö ¾Ê´Â´Ù.
+     (<function>ibase_close</function>Àº <function>ibase_pconnect</function>¿¡ ÀÇÇØ 
+¼³Á¤µÈ ¿¬°áÀ» ´ÝÀ» ¼ö ¾ø´Ù). ÀÌ·¯ÇÑ ¿¬°áÀÇ Å¸ÀÔÀÌ 'persistent'¶ó ºÒ¸®¿î´Ù.
     </para>
     <note>
      <para>
-      <parameter>buffers</parameter> was added in PHP4-RC2.
+      <parameter>buffers</parameter>´Â PHP4-RC2¿¡¼­ Ãß°¡µÇ¾ú´Ù.
      </para>
     </note>
     <note>
      <para>
-      <parameter>dialect</parameter> was added in PHP4-RC2. It is functional
-       only with InterBase 6 and versions higher than that.
+      <parameter>dialect</parameter> ´Â PHP4-RC2¿¡¼­ Ãß°¡µÇ¾ú´Ù. À̰ÍÀº InterBase 6.0 
+versions ¶Ç´Â ±× »óÀ§ ¹öÁ¯¿¡¼­ ÀÛµ¿ÇÑ´Ù.
      </para>
     </note>
     <note>
      <para>
-      <parameter>role</parameter> was added in PHP4-RC2. It is functional
-       only with InterBase 5 and versions higher than that.
+      <parameter>role</parameter>´Â PHP4-RC2¿¡¼­ Ãß°¡µÇ¾ú´Ù. À̰ÍÀº InterBase 5 
+versions ¶Ç´Â ±× »óÀ§ ¹öÁ¯¿¡¼­ ÀÛµ¿ÇÑ´Ù.
      </para>
     </note>
     <para>
-     See also <function>ibase_connect</function> for the meaning of
-     parameters passed to this function. They are exactly the same.
+     ÀÌ ÇÔ¼öÀÇ ÀÎÀÚ´Â ÀÌÀüÀÇ <function>ibase_connect</function>¿Í µ¿ÀÏÇÏ´Ù
     </para>
    </refsect1>
   </refentry>
@@ -194,7 +170,7 @@
    <refnamediv>
     <refname>ibase_close</refname>
     <refpurpose>
-     Close a connection to an InterBase database
+     InterBase databaseÀÇ ¿¬°áÀ» ´Ý´Â´Ù.
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -208,11 +184,9 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Closes the link to an InterBase database that's associated with
-     a connection id returned from <function>ibase_connect</function>.
-     If the connection id is omitted, the last opened link is assumed.
-     Default transaction on link is committed, other transactions are
-     rolled back. 
+     <function>ibase_connect</function>·Î ºÎÅÍ ¸®ÅÏµÈ ¿¬°á ½Äº°ÀÚ°¡ ³ªÅ¸³»´Â 
+InterBase databaseÀÇ ¿¬°áÀ» ´Ý´Â´Ù.
+     ¸¸ÀÏ ¿¬°á ½Äº°ÀÚ°¡ »ý·«µÈ °æ¿ì¿¡´Â °¡Àå ³ªÁß¿¡ ¿­¸° ¿¬°á·Î °£ÁÖÇÑ´Ù. ¸µÅ©ÀÇ ±âº» 
+transactionÀ» ½ÇÇàÇϰí, 
+     ³ª¸ÓÁö ´Ù¸¥ transactionµéÀ» µÇµ¹¸°´Ù. 
     </para>
    </refsect1>
   </refentry>
@@ -220,7 +194,7 @@
   <refentry id="function.ibase-query">
    <refnamediv>
     <refname>ibase_query</refname>
-    <refpurpose>Execute a query on an InterBase database</refpurpose>
+    <refpurpose>InterBase databaseÀÇ Äõ¸®¸¦ ½ÇÇàÇÑ´Ùse>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -239,11 +213,10 @@
      </funcprototype>
     </funcsynopsis>
     <simpara>
-     Performs a query on an InterBase database, returning a result
-     identifier for use with <function>ibase_fetch_row</function>,
+     InterBase databaseÀÇ Äõ¸®¸¦ ½ÇÇàÇϰí, <function>ibase_fetch_row</function>,
      <function>ibase_fetch_object</function>,
-     <function>ibase_free_result</function> and
-     <function>ibase_free_query</function>.
+     <function>ibase_free_result</function>¿Í
+     <function>ibase_free_query</function>ÀÇ ½ÇÇà¿¡ »ç¿ëµÇ´Â ½Äº°ÀÚ¸¦ ¸®ÅÏÇÑ´Ù.
     </simpara>
     <note>
      <para>
@@ -260,7 +233,7 @@
   <refentry id="function.ibase-fetch-row">
    <refnamediv>
     <refname>ibase_fetch_row</refname>
-    <refpurpose>Fetch a row from an InterBase database</refpurpose>
+    <refpurpose>InterBase databaseºÎÅÍ ¿­À» °¡Áö°í ¿Â´Ù</refpurpose> 
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -273,8 +246,7 @@
      </funcprototype>
     </funcsynopsis>
     <simpara>
-     Returns the next row specified by the result identifier obtained
-     using the <function>ibase_query</function>.
+     <function>ibase_query</function>¸¦ »ç¿ëÇÏ¿© ¾ò¾îÁø °á°ú ½Äº°ÀÚ¿¡ ÀÇÇØ ±â·ÏµÈ 
+´ÙÀ½ ¿­À» °¡Áö°í ¿Â´Ù.
     </simpara>
    </refsect1>
   </refentry>
@@ -282,7 +254,7 @@
   <refentry id="function.ibase-fetch-object">
    <refnamediv>
     <refname>ibase_fetch_object</refname>
-    <refpurpose>Get an object from a InterBase database</refpurpose>
+    <refpurpose>InterBase database·Î ºÎÅÍ °´Ã¼¸¦ ¾ò´Â´Ù.</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -295,10 +267,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Fetches a row as a pseudo-object from a
-     <parameter>result_id</parameter> obtained either by
-     <function>ibase_query</function> or
-     <function>ibase_execute</function>.
+     <function>ibase_query</function> ¶Ç´Â <function>ibase_execute</function>¿¡ ÀÇÇØ 
+¾ò¾îÁø <parameter>result_id</parameter>·Î ºÎÅÍÀÇ pseudo-objectÀÇ ¿­À» °¡Áö°í ¿Â´Ù.
      <informalexample>
       <programlisting role="php">
 &lt;php
@@ -323,7 +292,7 @@
    <refnamediv>
     <refname>ibase_field_info</refname>
     <refpurpose>
-     Get information about a field
+     field°üÇÑ Á¤º¸¸¦ ¾ò´Â´Ù.
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -336,9 +305,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Returns an array with information about a field after a select
-     query has been run. The array is in the form of name, alias,
-     relation, length, type.
+     selectÄõ¸®ÀÇ ½ÇÇàÈÄ ÇʵåÀÇ Á¤º¸¸¦ ¹è¿­·Î ¸®ÅÏÇÑ´Ù. ¹è¿­Àº name, alias, relation, 
+length, typeÀÌ´Ù.
      <informalexample>
       <programlisting role="php">
 // [EMAIL PROTECTED]  08-Dec-2000 02:53
@@ -362,7 +329,7 @@
   <refentry id="function.ibase-free-result">
    <refnamediv>
     <refname>ibase_free_result</refname>
-    <refpurpose>Free a result set</refpurpose>
+    <refpurpose>result setÀ» ÇØÁ¦ÇÑ´Ù.</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -375,8 +342,7 @@
      </funcprototype>
     </funcsynopsis>
     <simpara>
-     Free's a result set the has been created by
-     <function>ibase_query</function>.
+     <function>ibase_query</function>¿¡ ÀÇÇØ »ý¼ºµÈ °á°ú ¼ÂÀ» ÇØÁ¦ÇÑ´Ù.
     </simpara>
    </refsect1>
   </refentry>
@@ -410,7 +376,7 @@
   <refentry id="function.ibase-execute">
    <refnamediv>
     <refname>ibase_execute</refname>
-    <refpurpose>Execute a previously prepared query</refpurpose>
+    <refpurpose>ÀÌÀü¿¡ ÁغñµÈ query¸¦ ½ÇÇàÇÑ´Ù.</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -426,10 +392,8 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Execute a query prepared by <function>ibase_prepare</function>.
-     This is a lot more effective than using <function>ibase_query</function>
-     if you are repeating a same kind of query several times with only
-     some parameters changing.
+     <function>ibase_prepare</function>ÇÔ¼ö¿¡ ÀÇÇØ ÁغñµÈ Äõ¸®¸¦ ½ÇÇàÇÑ´Ù.
+     ¸¸ÀÏ ¸î¸îÀÇ ÀÎÀÚ°¡ ¹Ù²î´Â °°Àº Äõ¸®¹®À» ¹Ýº¹Çؼ­ ½ÇÇàÇÒ¶§, ÀÌ ÇÔ¼ö´Â 
+<function>ibase_query</function>º¸´Ù À¯¿ëÇÏ´Ù.
      <informalexample>
       <programlisting role="php">
 &lt;?php
@@ -454,7 +418,7 @@
   <refentry id="function.ibase-trans">
    <refnamediv>
     <refname>ibase_trans</refname>
-    <refpurpose>Begin a transaction</refpurpose>
+    <refpurpose>transactionÀ» ½ÃÀÛÇÑ´Ù.</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -470,7 +434,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Begins a transaction.
+     transactionÀ» ½ÃÀÛ.
     </para>
    </refsect1>
   </refentry>
@@ -478,7 +442,7 @@
   <refentry id="function.ibase-commit">
    <refnamediv>
     <refname>ibase_commit</refname>
-    <refpurpose>Commit a transaction</refpurpose>
+    <refpurpose>transactionÀ» ½ÇÇà</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -493,8 +457,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Commits transaction <parameter>trans_number</parameter> which was
-     created with <function>ibase_trans</function>.
+     <function>ibase_trans</function>·Î »ý¼ºµÈ <parameter>trans_number</parameter>ÀÇ 
+transactionÀ» ½ÇÇà
     </para>
    </refsect1>
   </refentry>
@@ -502,7 +465,7 @@
   <refentry id="function.ibase-rollback">
    <refnamediv>
     <refname>ibase_rollback</refname>
-    <refpurpose>Rolls back a transaction</refpurpose>
+    <refpurpose>transactionÀ» µÇµ¹¸°´Ù.</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -517,8 +480,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Rolls back transaction <parameter>trans_number</parameter> which was
-     created with <function>ibase_trans</function>.
+     <function>ibase_trans</function>¿¡ ÀÇÇØ »ý¼ºµÈ 
+<parameter>trans_number</parameter>ÀÇ transactionÀ» µÇµ¹¸°´Ù.
     </para>
    </refsect1>
   </refentry>
@@ -527,7 +489,7 @@
    <refnamediv>
     <refname>ibase_free_query</refname>
     <refpurpose>
-     Free memory allocated by a prepared query
+     prepared query¿¡ ÀÇÇØ ÁöÁ¤µÈ ¸Þ¸ð¸®¸¦ ÇØÁ¦ÇÑ´Ù.
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -541,7 +503,7 @@
      </funcprototype>
     </funcsynopsis>
     <simpara>
-     Free a query prepared by <function>ibase_prepare</function>.
+     <function>ibase_prepare</function>¿¡ÀÇÇØ ÁغñµÈ Äõ¸®¸¦ ÇØÁ¦ÇÑ´Ù.
     </simpara>
    </refsect1>
   </refentry>
@@ -550,7 +512,7 @@
    <refnamediv>
     <refname>ibase_timefmt</refname>
     <refpurpose>
-     Sets the format of timestamp, date and time type columns returned from queries
+     Äõ¸®·Î ºÎÅÍ ¸®ÅÏµÈ ³¯Â¥¿Í ½Ã°£Å¸ÀÔÀÇ Æ÷¸ËÀ» ÁöÁ¤ÇÑ´Ù.
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -567,12 +529,10 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Sets the format of timestamp, date or time type columns returned
-     from queries. Internally, the columns are formatted by c-function
-     strftime(), so refer to it's documentation regarding to the format
-     of the string. <parameter>columntype</parameter> is one of the
-     constants IBASE_TIMESTAMP, IBASE_DATE and IBASE_TIME. If omitted,
-     defaults to IBASE_TIMESTAMP for backwards compatibility.
+     Äõ¸®·Î ºÎÅÍ ¸®ÅÏµÈ ³¯Â¥¿Í ½Ã°£Å¸ÀÔÀÇ Æ÷¸ËÀ» ÁöÁ¤ÇÑ´Ù. ³»ºÎÀûÀ¸·Î, Ä÷³Àº 
+c-functionÀÇ strftime()¿¡ ÀÇÇÑ Æ÷¸ËÀ̾,
+     ±× ¹®¼­´Â ¹®ÀÚ Æ÷¸äÀ¸·Î °£ÁֵǾî Á¦°øµÈ´Ù.
+     <parameter>columntype</parameter>Àº IBASE_TIMESTAMP¿¡ Æ÷ÇÔµÈ °Í(IBASE_DATE and 
+IBASE_TIME)µéÁß ÇϳªÀÌ´Ù.
+     ¸¸¾à »ý·«µÈ °æ¿ì, IBASE_TIMESTAMPÀÇ ±âº» °ªÀº backwards compatibilityÀÌ´Ù.
      <informalexample>
       <programlisting role="php">
 &lt;?php
@@ -584,22 +544,16 @@
      </informalexample>
     </para>
     <para>
-     You can also set defaults for these formats with PHP configuration
-     directives ibase.timestampformat, ibase.dateformat and ibase.timeformat.
+     ÀÌ ±âº»°ªÀº PHP ¼³Á¤ÀÇ ibase.timestampformat(ibase.dateformat ¿Í 
+ibase.timeformat)¿¡¼­ ÁöÁ¤ÇÒ ¼ö ÀÖ´Ù.
     </para>
     <note>
      <para>
-      <parameter>columntype</parameter> was added in PHP 4.0. It has any
-      meaning only with InterBase version 6 and higher.
+      <parameter>columntype</parameter>Àº PHP 4.0¿¡¼­ Ãß°¡µÇ¾ú´Ù. À̰ÍÀº InterBase 
+version 6 ¶Ç´Â ±× ÀÌ»óÀÇ ¹öÁ¯¿¡¼­ Àʰ¡ ÀÖ´Ù.
      </para>
     </note>
     <note>
      <para>
-      A backwards incompatible change happened in PHP 4.0 when PHP
-      configuration directive ibase.timeformat was renamed to
-      ibase.timestampformat and directives ibase.dateformat and
-      ibase.timeformat were added, so that the names would match better
-      their functionality.
+      A backwards incompatible change happened in PHP 4.0 when PHP configuration 
+directive ibase.timeformat was renamed to ibase.timestampformat and directives 
+ibase.dateformat and ibase.timeformat were added, so that the names would match 
+better their functionality
      </para>
     </note>
    </refsect1>
@@ -609,7 +563,7 @@
    <refnamediv>
     <refname>ibase_num_fields</refname>
     <refpurpose>
-     Get the number of fields in a result set
+     result setÀÇ ÇʵåÀÇ ¼ö¸¦ ¾ò´Â´Ù.
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -621,8 +575,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Returns an integer containing the number of fields in a result
-     set.
+     °á°¡ ¼ÂÀÇ ÇʵåÀÇ ¼ö¸¦ Á¤¼öÀÇ ÇüÀ¸·Î ¸®ÅÏÇÑ´Ù.
      <informalexample>
       <programlisting role="php">
 &lt;?php
@@ -648,8 +601,7 @@
     </para>
     <note>
      <para>
-      <function>Ibase_num_fields</function> is currently not functional
-      in PHP 4.
+      <function>Ibase_num_fields</function>´Â ÀϹÝÀûÀ¸·Î PHP 4¿¡¼­ ÀÛµ¿ÇÏÁö ¾Ê´Â´Ù.
      </para>
     </note>
    </refsect1>
@@ -659,7 +611,7 @@
    <refnamediv>
     <refname>ibase_errmsg</refname>
     <refpurpose>
-     Returns error messages
+     error messages¸¦ ¹Ýȯ
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -671,7 +623,7 @@
      </funcprototype>
     </funcsynopsis>
     <simpara>
-     Returns a string containing an error message.
+     error message¸¦ Æ÷ÇÔÇÑ ¹®ÀÚ¸¦ ¹ÝȯÇÑ´Ù.
     </simpara>
    </refsect1>
   </refentry>

Reply via email to