cortesi Tue Apr 16 20:37:22 2002 EDT
Modified files:
/phpdoc/kr/reference/array reference.xml
/phpdoc/kr/reference/aspell reference.xml
/phpdoc/kr/reference/bc reference.xml
/phpdoc/kr/reference/bzip2 reference.xml
/phpdoc/kr/reference/calendar reference.xml
/phpdoc/kr/reference/ccvs reference.xml
/phpdoc/kr/reference/classobj reference.xml
/phpdoc/kr/reference/com reference.xml
/phpdoc/kr/reference/cpdf reference.xml
/phpdoc/kr/reference/ctype reference.xml
/phpdoc/kr/reference/curl reference.xml
/phpdoc/kr/reference/cybercash reference.xml
/phpdoc/kr/reference/datetime reference.xml
/phpdoc/kr/reference/dba reference.xml
/phpdoc/kr/reference/dbase reference.xml
/phpdoc/kr/reference/dbm reference.xml
/phpdoc/kr/reference/dir reference.xml
/phpdoc/kr/reference/domxml reference.xml
/phpdoc/kr/reference/errorfunc reference.xml
/phpdoc/kr/reference/exec reference.xml
/phpdoc/kr/reference/fdf reference.xml
/phpdoc/kr/reference/filepro reference.xml
/phpdoc/kr/reference/filesystem reference.xml
/phpdoc/kr/reference/ftp reference.xml
/phpdoc/kr/reference/funchand reference.xml
/phpdoc/kr/reference/gettext reference.xml
/phpdoc/kr/reference/gmp reference.xml
/phpdoc/kr/reference/http reference.xml
/phpdoc/kr/reference/hw reference.xml
/phpdoc/kr/reference/ibase reference.xml
/phpdoc/kr/reference/icap reference.xml
/phpdoc/kr/reference/iconv reference.xml
/phpdoc/kr/reference/image reference.xml
/phpdoc/kr/reference/imap reference.xml
/phpdoc/kr/reference/info reference.xml
/phpdoc/kr/reference/ingres-ii reference.xml
/phpdoc/kr/reference/ldap reference.xml
/phpdoc/kr/reference/mail reference.xml
/phpdoc/kr/reference/math reference.xml
/phpdoc/kr/reference/mcal reference.xml
/phpdoc/kr/reference/mcrypt reference.xml
/phpdoc/kr/reference/mhash reference.xml
/phpdoc/kr/reference/misc reference.xml
/phpdoc/kr/reference/mnogosearch reference.xml
/phpdoc/kr/reference/mssql reference.xml
/phpdoc/kr/reference/mysql reference.xml
/phpdoc/kr/reference/network reference.xml
/phpdoc/kr/reference/nis reference.xml
/phpdoc/kr/reference/oci8 reference.xml
/phpdoc/kr/reference/outcontrol reference.xml
/phpdoc/kr/reference/ovrimos reference.xml
/phpdoc/kr/reference/pdf reference.xml
/phpdoc/kr/reference/pfpro reference.xml
/phpdoc/kr/reference/pgsql reference.xml
/phpdoc/kr/reference/posix reference.xml
/phpdoc/kr/reference/pspell reference.xml
/phpdoc/kr/reference/readline reference.xml
/phpdoc/kr/reference/recode reference.xml
/phpdoc/kr/reference/regex reference.xml
/phpdoc/kr/reference/satellite reference.xml
/phpdoc/kr/reference/sem reference.xml
/phpdoc/kr/reference/session reference.xml
/phpdoc/kr/reference/shmop reference.xml
/phpdoc/kr/reference/sockets reference.xml
/phpdoc/kr/reference/strings reference.xml
/phpdoc/kr/reference/swf reference.xml
/phpdoc/kr/reference/sybase reference.xml
/phpdoc/kr/reference/uodbc reference.xml
/phpdoc/kr/reference/url reference.xml
/phpdoc/kr/reference/var reference.xml
/phpdoc/kr/reference/xml reference.xml
/phpdoc/kr/reference/yaz reference.xml
/phpdoc/kr/reference/zlib reference.xml
Log:
WS fix: KR
Index: phpdoc/kr/reference/array/reference.xml
diff -u phpdoc/kr/reference/array/reference.xml:1.1
phpdoc/kr/reference/array/reference.xml:1.2
--- phpdoc/kr/reference/array/reference.xml:1.1 Sun Apr 14 21:18:49 2002
+++ phpdoc/kr/reference/array/reference.xml Tue Apr 16 20:36:02 2002
@@ -1,40 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
-<reference id="ref.array">
- <title>배열함수</title>
- <titleabbrev>배열</titleabbrev>
- <partintro>
- <simpara>
- 이 함수는 다양한 방법으로 배열을 다루고, 상호작용할 수
있게 해 준다.
- 배열은 변수들의 집합을 소팅, 처리, 조정하는데
필수적이다.
- </simpara>
- <simpara>
- 일차원및 다차원 배열의 사용이 가능하며, 사용자나 다른
함수로 부터 생성될 수 있다.
- 데이터베이스의 쿼리문으로 부터 배열의 생성을 위한 몇몇
특별한 데이터베이스 핸들링 함수가 있고 몇몇 함수들은
리턴값으로 배열을 반환한다.
- </simpara>
- <para>
- <function>is_array</function>, <function>explode</function>,
- <function>implode</function>, <function>split</function>
- 그리고 <function>join</function>을 참조하라.
- </para>
- </partintro>
+<reference id="ref.array">
+ <title>배열함수</title>
+ <titleabbrev>배열</titleabbrev>
+ <partintro>
+ <simpara>
+ 이 함수는 다양한 방법으로 배열을 다루고, 상호작용할 수
+있게 해 준다.
+ 배열은 변수들의 집합을 소팅, 처리, 조정하는데
+필수적이다.
+ </simpara>
+ <simpara>
+ 일차원및 다차원 배열의 사용이 가능하며, 사용자나 다른
+함수로 부터 생성될 수 있다.
+ 데이터베이스의 쿼리문으로 부터 배열의 생성을 위한 몇몇
+특별한 데이터베이스 핸들링 함수가 있고 몇몇 함수들은
+리턴값으로 배열을 반환한다.
+ </simpara>
+ <para>
+ <function>is_array</function>, <function>explode</function>,
+ <function>implode</function>, <function>split</function>
+ 그리고 <function>join</function>을 참조하라.
+ </para>
+ </partintro>
+
&reference.array.functions;
-</reference>
-<!-- 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
+</reference>
+<!-- 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:"../../../manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
Index: phpdoc/kr/reference/aspell/reference.xml
diff -u phpdoc/kr/reference/aspell/reference.xml:1.1
phpdoc/kr/reference/aspell/reference.xml:1.2
--- phpdoc/kr/reference/aspell/reference.xml:1.1 Sun Apr 14 21:19:03 2002
+++ phpdoc/kr/reference/aspell/reference.xml Tue Apr 16 20:36:03 2002
@@ -14,6 +14,7 @@
aspell 라이브러리는 <ulink url="&url.aspell;">&url.aspell;</ulink> 에서
구할 수 있습니다.
</simpara>
</partintro>
+
&reference.aspell.functions;
</reference>
Index: phpdoc/kr/reference/bc/reference.xml
diff -u phpdoc/kr/reference/bc/reference.xml:1.1
phpdoc/kr/reference/bc/reference.xml:1.2
--- phpdoc/kr/reference/bc/reference.xml:1.1 Sun Apr 14 21:19:07 2002
+++ phpdoc/kr/reference/bc/reference.xml Tue Apr 16 20:36:04 2002
@@ -17,6 +17,7 @@
</para>
</note>
</partintro>
+
&reference.bc.functions;
</reference>
Index: phpdoc/kr/reference/bzip2/reference.xml
diff -u phpdoc/kr/reference/bzip2/reference.xml:1.1
phpdoc/kr/reference/bzip2/reference.xml:1.2
--- phpdoc/kr/reference/bzip2/reference.xml:1.1 Sun Apr 14 21:19:13 2002
+++ phpdoc/kr/reference/bzip2/reference.xml Tue Apr 16 20:36:04 2002
@@ -48,6 +48,7 @@
</example>
</section>
</partintro>
+
&reference.bzip2.functions;
</reference>
Index: phpdoc/kr/reference/calendar/reference.xml
diff -u phpdoc/kr/reference/calendar/reference.xml:1.1
phpdoc/kr/reference/calendar/reference.xml:1.2
--- phpdoc/kr/reference/calendar/reference.xml:1.1 Sun Apr 14 21:19:20 2002
+++ phpdoc/kr/reference/calendar/reference.xml Tue Apr 16 20:36:05 2002
@@ -17,6 +17,7 @@
이 설명서중에서는 위의 페이지에서 발췌된 내용을 ""로
둘러 싸고 있다.
</para>
</partintro>
+
&reference.calendar.functions;
</reference>
Index: phpdoc/kr/reference/ccvs/reference.xml
diff -u phpdoc/kr/reference/ccvs/reference.xml:1.1
phpdoc/kr/reference/ccvs/reference.xml:1.2
--- phpdoc/kr/reference/ccvs/reference.xml:1.1 Sun Apr 14 21:19:23 2002
+++ phpdoc/kr/reference/ccvs/reference.xml Tue Apr 16 20:36:05 2002
@@ -42,6 +42,7 @@
</methodsynopsis>
</refsect1>
</refentry>
+
&reference.ccvs.functions;
</reference>
Index: phpdoc/kr/reference/classobj/reference.xml
diff -u phpdoc/kr/reference/classobj/reference.xml:1.1
phpdoc/kr/reference/classobj/reference.xml:1.2
--- phpdoc/kr/reference/classobj/reference.xml:1.1 Sun Apr 14 21:19:24 2002
+++ phpdoc/kr/reference/classobj/reference.xml Tue Apr 16 20:36:06 2002
@@ -147,6 +147,7 @@
</section>
</section>
</partintro>
+
&reference.classobj.functions;
</reference>
Index: phpdoc/kr/reference/com/reference.xml
diff -u phpdoc/kr/reference/com/reference.xml:1.1
phpdoc/kr/reference/com/reference.xml:1.2
--- phpdoc/kr/reference/com/reference.xml:1.1 Sun Apr 14 21:19:33 2002
+++ phpdoc/kr/reference/com/reference.xml Tue Apr 16 20:36:06 2002
@@ -10,12 +10,6 @@
</simpara>
</partintro>
-
-
-
-
-
-
&reference.com.functions;
</reference>
Index: phpdoc/kr/reference/cpdf/reference.xml
diff -u phpdoc/kr/reference/cpdf/reference.xml:1.1
phpdoc/kr/reference/cpdf/reference.xml:1.2
--- phpdoc/kr/reference/cpdf/reference.xml:1.1 Sun Apr 14 21:19:38 2002
+++ phpdoc/kr/reference/cpdf/reference.xml Tue Apr 16 20:36:11 2002
@@ -187,73 +187,6 @@
</example>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.cpdf.functions;
</reference>
Index: phpdoc/kr/reference/ctype/reference.xml
diff -u phpdoc/kr/reference/ctype/reference.xml:1.1
phpdoc/kr/reference/ctype/reference.xml:1.2
--- phpdoc/kr/reference/ctype/reference.xml:1.1 Sun Apr 14 21:19:57 2002
+++ phpdoc/kr/reference/ctype/reference.xml Tue Apr 16 20:36:15 2002
@@ -38,17 +38,6 @@
</warning>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
&reference.ctype.functions;
</reference>
Index: phpdoc/kr/reference/curl/reference.xml
diff -u phpdoc/kr/reference/curl/reference.xml:1.1
phpdoc/kr/reference/curl/reference.xml:1.2
--- phpdoc/kr/reference/curl/reference.xml:1.1 Sun Apr 14 21:20:06 2002
+++ phpdoc/kr/reference/curl/reference.xml Tue Apr 16 20:36:16 2002
@@ -60,10 +60,6 @@
</example>
</para>
</partintro>
-
-
-
-
&reference.curl.functions;
Index: phpdoc/kr/reference/cybercash/reference.xml
diff -u phpdoc/kr/reference/cybercash/reference.xml:1.1
phpdoc/kr/reference/cybercash/reference.xml:1.2
--- phpdoc/kr/reference/cybercash/reference.xml:1.1 Sun Apr 14 21:20:17 2002
+++ phpdoc/kr/reference/cybercash/reference.xml Tue Apr 16 20:36:16 2002
@@ -12,10 +12,6 @@
</simpara>
</partintro>
-
-
-
-
&reference.cybercash.functions;
</reference>
Index: phpdoc/kr/reference/datetime/reference.xml
diff -u phpdoc/kr/reference/datetime/reference.xml:1.1
phpdoc/kr/reference/datetime/reference.xml:1.2
--- phpdoc/kr/reference/datetime/reference.xml:1.1 Sun Apr 14 21:20:46 2002
+++ phpdoc/kr/reference/datetime/reference.xml Tue Apr 16 20:36:17 2002
@@ -3,19 +3,6 @@
<title>Date and Time functions</title>
<titleabbrev>Date/time</titleabbrev>
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.datetime.functions;
</reference>
Index: phpdoc/kr/reference/dba/reference.xml
diff -u phpdoc/kr/reference/dba/reference.xml:1.1
phpdoc/kr/reference/dba/reference.xml:1.2
--- phpdoc/kr/reference/dba/reference.xml:1.1 Sun Apr 14 21:20:53 2002
+++ phpdoc/kr/reference/dba/reference.xml Tue Apr 16 20:36:18 2002
@@ -137,18 +137,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
&reference.dba.functions;
</reference>
Index: phpdoc/kr/reference/dbase/reference.xml
diff -u phpdoc/kr/reference/dbase/reference.xml:1.1
phpdoc/kr/reference/dbase/reference.xml:1.2
--- phpdoc/kr/reference/dbase/reference.xml:1.1 Sun Apr 14 21:20:59 2002
+++ phpdoc/kr/reference/dbase/reference.xml Tue Apr 16 20:36:20 2002
@@ -33,17 +33,6 @@
</simpara>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
&reference.dbase.functions;
</reference>
Index: phpdoc/kr/reference/dbm/reference.xml
diff -u phpdoc/kr/reference/dbm/reference.xml:1.1
phpdoc/kr/reference/dbm/reference.xml:1.2
--- phpdoc/kr/reference/dbm/reference.xml:1.1 Sun Apr 14 21:21:05 2002
+++ phpdoc/kr/reference/dbm/reference.xml Tue Apr 16 20:36:24 2002
@@ -29,16 +29,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
&reference.dbm.functions;
</reference>
Index: phpdoc/kr/reference/dir/reference.xml
diff -u phpdoc/kr/reference/dir/reference.xml:1.1
phpdoc/kr/reference/dir/reference.xml:1.2
--- phpdoc/kr/reference/dir/reference.xml:1.1 Sun Apr 14 21:21:35 2002
+++ phpdoc/kr/reference/dir/reference.xml Tue Apr 16 20:36:30 2002
@@ -3,13 +3,6 @@
<title>Directory functions</title>
<titleabbrev>Directories</titleabbrev>
-
-
-
-
-
-
-
&reference.dir.functions;
</reference>
Index: phpdoc/kr/reference/domxml/reference.xml
diff -u phpdoc/kr/reference/domxml/reference.xml:1.1
phpdoc/kr/reference/domxml/reference.xml:1.2
--- phpdoc/kr/reference/domxml/reference.xml:1.1 Sun Apr 14 21:21:47 2002
+++ phpdoc/kr/reference/domxml/reference.xml Tue Apr 16 20:36:34 2002
@@ -105,94 +105,9 @@
</simpara>
</partintro>
- <!-- class Dom document -->
- <!-- has member functions
- array root([int doc_handle])
- returns array of root nodes of this document. Array
- elements are objects of class "Dom node" having properties of
- "node" (resource), "type" (long), "name" (string)
- and optionally "content" (string).
-
- array children([ int node ])
- returns an array of child nodes of this element. Array
- elements are objects of class "Dom node" having properties
- of "node" (resource), "type" (long), "name" (string)
- and optionally "content" (string).
-
- object add_root([int doc_handle,] string name)
- Add a root node to document.
-
- returns an object of class "Dom node" having properties
- of "node" (resource), "type" (long), "name" (string)
- and optionally "content" (string).
-
- object intdtd([int doc_handle])
- returns the DTD of document.
-
- returns an object of class "Dtd" having properties
- of "dtd" (resource), "sysid" (string), "name" (string)
- and optionally "extid" (string).
-
- string dumpmem([int doc_handle])
- dumps document into string.
- -->
-
- <!-- class Dom node
- object lastchild([int node])
- returns Dom node object
-
- array children([int node])
- as above
-
- object parent([ int node])
- returns Dom node object
- (parent of this node)
-
- new_child
- string getattr([int node,] string attrname)
- get value of attribute named attrname
-
- bool setattr([int node,] string attrname, string value)
- set value of given attribute.
-
- array attributes([int node])
- returns associative array of (string name, string value)
- pairs.
-
- object node(string name)
- creates a named Dom node object.
- -->
-
- <!-- class Dom Attribute
- name
- -->
-
- <!-- class Dom Namespace
- -->
-
- <!-- class Dtd
- -->
-
-
-
-
&reference.domxml.functions;
</reference>
-<!--
- TODO
-
- domxml_root
- domxml_add_root
- domxml_dumpmem
- domxml_attributes
- domxml_getattr
- domxml_setattr
- domxml_children
- domxml_new_child
- domxml_node
- domxml_new_xmldoc alias new_xmldoc
--->
<!-- Keep this comment at the end of the file
Local variables:
Index: phpdoc/kr/reference/errorfunc/reference.xml
diff -u phpdoc/kr/reference/errorfunc/reference.xml:1.1
phpdoc/kr/reference/errorfunc/reference.xml:1.2
--- phpdoc/kr/reference/errorfunc/reference.xml:1.1 Sun Apr 14 21:22:01 2002
+++ phpdoc/kr/reference/errorfunc/reference.xml Tue Apr 16 20:36:34 2002
@@ -23,12 +23,6 @@
</para>
</partintro>
-
-
-
-
-
-
&reference.errorfunc.functions;
</reference>
Index: phpdoc/kr/reference/exec/reference.xml
diff -u phpdoc/kr/reference/exec/reference.xml:1.1
phpdoc/kr/reference/exec/reference.xml:1.2
--- phpdoc/kr/reference/exec/reference.xml:1.1 Sun Apr 14 21:22:06 2002
+++ phpdoc/kr/reference/exec/reference.xml Tue Apr 16 20:36:35 2002
@@ -3,11 +3,6 @@
<title>Program Execution functions</title>
<titleabbrev>Program Execution</titleabbrev>
-
-
-
-
-
&reference.exec.functions;
</reference>
Index: phpdoc/kr/reference/fdf/reference.xml
diff -u phpdoc/kr/reference/fdf/reference.xml:1.1
phpdoc/kr/reference/fdf/reference.xml:1.2
--- phpdoc/kr/reference/fdf/reference.xml:1.1 Sun Apr 14 21:22:31 2002
+++ phpdoc/kr/reference/fdf/reference.xml Tue Apr 16 20:36:36 2002
@@ -95,21 +95,6 @@
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.fdf.functions;
</reference>
Index: phpdoc/kr/reference/filepro/reference.xml
diff -u phpdoc/kr/reference/filepro/reference.xml:1.1
phpdoc/kr/reference/filepro/reference.xml:1.2
--- phpdoc/kr/reference/filepro/reference.xml:1.1 Sun Apr 14 21:22:36 2002
+++ phpdoc/kr/reference/filepro/reference.xml Tue Apr 16 20:36:36 2002
@@ -11,13 +11,6 @@
information about filePro at <ulink
url="&url.filepro;">&url.filepro;</ulink>.</simpara>
</partintro>
-
-
-
-
-
-
-
&reference.filepro.functions;
</reference>
Index: phpdoc/kr/reference/filesystem/reference.xml
diff -u phpdoc/kr/reference/filesystem/reference.xml:1.1
phpdoc/kr/reference/filesystem/reference.xml:1.2
--- phpdoc/kr/reference/filesystem/reference.xml:1.1 Sun Apr 14 21:22:41 2002
+++ phpdoc/kr/reference/filesystem/reference.xml Tue Apr 16 20:36:37 2002
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
+
&reference.filesystem.functions;
</reference>
Index: phpdoc/kr/reference/ftp/reference.xml
diff -u phpdoc/kr/reference/ftp/reference.xml:1.1
phpdoc/kr/reference/ftp/reference.xml:1.2
--- phpdoc/kr/reference/ftp/reference.xml:1.1 Sun Apr 14 21:23:03 2002
+++ phpdoc/kr/reference/ftp/reference.xml Tue Apr 16 20:36:38 2002
@@ -49,27 +49,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.ftp.functions;
</reference>
Index: phpdoc/kr/reference/funchand/reference.xml
diff -u phpdoc/kr/reference/funchand/reference.xml:1.1
phpdoc/kr/reference/funchand/reference.xml:1.2
--- phpdoc/kr/reference/funchand/reference.xml:1.1 Sun Apr 14 21:23:12 2002
+++ phpdoc/kr/reference/funchand/reference.xml Tue Apr 16 20:36:38 2002
@@ -10,13 +10,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
&reference.funchand.functions;
</reference>
Index: phpdoc/kr/reference/gettext/reference.xml
diff -u phpdoc/kr/reference/gettext/reference.xml:1.1
phpdoc/kr/reference/gettext/reference.xml:1.2
--- phpdoc/kr/reference/gettext/reference.xml:1.1 Sun Apr 14 21:23:18 2002
+++ phpdoc/kr/reference/gettext/reference.xml Tue Apr 16 20:36:39 2002
@@ -12,8 +12,6 @@
</simpara>
</partintro>
-
-
&reference.gettext.functions;
</reference>
Index: phpdoc/kr/reference/gmp/reference.xml
diff -u phpdoc/kr/reference/gmp/reference.xml:1.1
phpdoc/kr/reference/gmp/reference.xml:1.2
--- phpdoc/kr/reference/gmp/reference.xml:1.1 Sun Apr 14 21:23:23 2002
+++ phpdoc/kr/reference/gmp/reference.xml Tue Apr 16 20:36:39 2002
@@ -58,44 +58,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.gmp.functions;
</reference>
Index: phpdoc/kr/reference/http/reference.xml
diff -u phpdoc/kr/reference/http/reference.xml:1.1
phpdoc/kr/reference/http/reference.xml:1.2
--- phpdoc/kr/reference/http/reference.xml:1.1 Sun Apr 14 21:23:37 2002
+++ phpdoc/kr/reference/http/reference.xml Tue Apr 16 20:36:40 2002
@@ -7,6 +7,7 @@
여기 설명되어질 함수들은 원격브라우저에 보내질
각종 출력들을 HTTP 프로토콜에 충실히 기반하여 다룰 수 있게
해준다.
</simpara>
</partintro>
+
&reference.http.functions;
</reference>
Index: phpdoc/kr/reference/hw/reference.xml
diff -u phpdoc/kr/reference/hw/reference.xml:1.1
phpdoc/kr/reference/hw/reference.xml:1.2
--- phpdoc/kr/reference/hw/reference.xml:1.1 Sun Apr 14 21:23:39 2002
+++ phpdoc/kr/reference/hw/reference.xml Tue Apr 16 20:36:41 2002
@@ -367,61 +367,6 @@
</section>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.hw.functions;
</reference>
Index: phpdoc/kr/reference/ibase/reference.xml
diff -u phpdoc/kr/reference/ibase/reference.xml:1.1
phpdoc/kr/reference/ibase/reference.xml:1.2
--- phpdoc/kr/reference/ibase/reference.xml:1.1 Sun Apr 14 21:23:51 2002
+++ phpdoc/kr/reference/ibase/reference.xml Tue Apr 16 20:36:41 2002
@@ -21,6 +21,7 @@
</para>
</note>
</partintro>
+
&reference.ibase.functions;
</reference>
Index: phpdoc/kr/reference/icap/reference.xml
diff -u phpdoc/kr/reference/icap/reference.xml:1.1
phpdoc/kr/reference/icap/reference.xml:1.2
--- phpdoc/kr/reference/icap/reference.xml:1.1 Sun Apr 14 21:23:56 2002
+++ phpdoc/kr/reference/icap/reference.xml Tue Apr 16 20:36:42 2002
@@ -12,14 +12,6 @@
</simpara>
</partintro>
-
-
-
-
-
-
-
-
&reference.icap.functions;
</reference>
Index: phpdoc/kr/reference/iconv/reference.xml
diff -u phpdoc/kr/reference/iconv/reference.xml:1.1
phpdoc/kr/reference/iconv/reference.xml:1.2
--- phpdoc/kr/reference/iconv/reference.xml:1.1 Sun Apr 14 21:24:00 2002
+++ phpdoc/kr/reference/iconv/reference.xml Tue Apr 16 20:36:43 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<reference id="ref.iconv">
<title>iconv functions</title>
<titleabbrev>iconv</titleabbrev>
@@ -22,10 +22,6 @@
이 경우에는 libiconv 라이브러리를 설치해야 한다.
</para>
</partintro>
-
-
-
-
&reference.iconv.functions;
Index: phpdoc/kr/reference/image/reference.xml
diff -u phpdoc/kr/reference/image/reference.xml:1.1
phpdoc/kr/reference/image/reference.xml:1.2
--- phpdoc/kr/reference/image/reference.xml:1.1 Sun Apr 14 21:24:03 2002
+++ phpdoc/kr/reference/image/reference.xml Tue Apr 16 20:36:44 2002
@@ -33,68 +33,6 @@
</simpara>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<!-- The function in t1lib which this function uses seems to be buggy...
-Currently, just comment out everywhere in the docs and source until time
-permits to find a solution.
-
--->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.image.functions;
</reference>
Index: phpdoc/kr/reference/imap/reference.xml
diff -u phpdoc/kr/reference/imap/reference.xml:1.1
phpdoc/kr/reference/imap/reference.xml:1.2
--- phpdoc/kr/reference/imap/reference.xml:1.1 Sun Apr 14 21:24:15 2002
+++ phpdoc/kr/reference/imap/reference.xml Tue Apr 16 20:36:44 2002
@@ -82,61 +82,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.imap.functions;
</reference>
Index: phpdoc/kr/reference/info/reference.xml
diff -u phpdoc/kr/reference/info/reference.xml:1.1
phpdoc/kr/reference/info/reference.xml:1.2
--- phpdoc/kr/reference/info/reference.xml:1.1 Sun Apr 14 21:24:27 2002
+++ phpdoc/kr/reference/info/reference.xml Tue Apr 16 20:36:44 2002
@@ -2,38 +2,6 @@
<reference id="ref.info">
<title>PHP options & information</title>
<titleabbrev>PHP options/info</titleabbrev>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.info.functions;
Index: phpdoc/kr/reference/ingres-ii/reference.xml
diff -u phpdoc/kr/reference/ingres-ii/reference.xml:1.1
phpdoc/kr/reference/ingres-ii/reference.xml:1.2
--- phpdoc/kr/reference/ingres-ii/reference.xml:1.1 Sun Apr 14 21:24:36 2002
+++ phpdoc/kr/reference/ingres-ii/reference.xml Tue Apr 16 20:36:45 2002
@@ -38,24 +38,6 @@
</note>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.ingres-ii.functions;
</reference>
Index: phpdoc/kr/reference/ldap/reference.xml
diff -u phpdoc/kr/reference/ldap/reference.xml:1.1
phpdoc/kr/reference/ldap/reference.xml:1.2
--- phpdoc/kr/reference/ldap/reference.xml:1.1 Sun Apr 14 21:24:52 2002
+++ phpdoc/kr/reference/ldap/reference.xml Tue Apr 16 20:36:46 2002
@@ -199,37 +199,6 @@
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.ldap.functions;
</reference>
Index: phpdoc/kr/reference/mail/reference.xml
diff -u phpdoc/kr/reference/mail/reference.xml:1.1
phpdoc/kr/reference/mail/reference.xml:1.2
--- phpdoc/kr/reference/mail/reference.xml:1.1 Sun Apr 14 21:24:58 2002
+++ phpdoc/kr/reference/mail/reference.xml Tue Apr 16 20:36:46 2002
@@ -7,8 +7,6 @@
The <function>mail</function> function allows you to send mail.</simpara>
</partintro>
-
-
&reference.mail.functions;
</reference>
Index: phpdoc/kr/reference/math/reference.xml
diff -u phpdoc/kr/reference/math/reference.xml:1.1
phpdoc/kr/reference/math/reference.xml:1.2
--- phpdoc/kr/reference/math/reference.xml:1.1 Sun Apr 14 21:25:08 2002
+++ phpdoc/kr/reference/math/reference.xml Tue Apr 16 20:36:47 2002
@@ -1,142 +1,143 @@
<?xml version="1.0" encoding="utf-8"?>
-<reference id="ref.math">
- <title>Mathematical Functions</title>
- <titleabbrev>Math.</titleabbrev>
- <partintro>
- <section id="math.intro">
- <title>소개</title>
- <para>
- 이 수학 함수는 당신 컴퓨터의 long 과 double 형의 범위
안에서만 값들을 다룬다.
- 만약 더 큰 수를 다루고자 한다면 <link linkend="ref.bc">arbitrary
precision math functions</link> 를 보라.
- </para>
- <section id="math.constants">
- <title>Math constants</title>
- <para>
- 다음의 값들은 PHP에서 math extension에 의해 정의된 상수
이다.:
- <table>
- <title>Math constants</title>
- <tgroup cols="3">
- <thead>
- <row>
-
<entry>상수</entry>
-
<entry>값</entry>
-
<entry>설명</entry>
- </row>
- </thead>
- <tbody>
- <row>
-
<entry>M_PI</entry>
-
<entry>3.14159265358979323846</entry>
-
<entry>Pi</entry>
- </row>
- <row>
-
<entry>M_E</entry>
-
<entry>2.7182818284590452354</entry>
-
<entry>e</entry>
- </row>
- <row>
-
<entry>M_LOG2E</entry>
-
<entry>1.4426950408889634074</entry>
- <entry>log_2
e</entry>
- </row>
- <row>
-
<entry>M_LOG10E</entry>
-
<entry>0.43429448190325182765</entry>
- <entry>log_10
e</entry>
- </row>
- <row>
-
<entry>M_LN2</entry>
-
<entry>0.69314718055994530942</entry>
- <entry>log_e
2</entry>
- </row>
- <row>
-
<entry>M_LN10</entry>
-
<entry>2.30258509299404568402</entry>
- <entry>log_e
10</entry>
- </row>
- <row>
-
<entry>M_PI_2</entry>
-
<entry>1.57079632679489661923</entry>
-
<entry>pi/2</entry>
- </row>
- <row>
-
<entry>M_PI_4</entry>
-
<entry>0.78539816339744830962</entry>
-
<entry>pi/4</entry>
- </row>
- <row>
-
<entry>M_1_PI</entry>
-
<entry>0.31830988618379067154</entry>
-
<entry>1/pi</entry>
- </row>
- <row>
-
<entry>M_2_PI</entry>
-
<entry>0.63661977236758134308</entry>
-
<entry>2/pi</entry>
- </row>
- <row>
-
<entry>M_SQRTPI</entry>
-
<entry>1.77245385090551602729</entry>
-
<entry>sqrt(pi) [4.0.2]</entry>
- </row>
- <row>
-
<entry>M_2_SQRTPI</entry>
-
<entry>1.12837916709551257390</entry>
-
<entry>2/sqrt(pi)</entry>
- </row>
- <row>
-
<entry>M_SQRT2</entry>
-
<entry>1.41421356237309504880</entry>
-
<entry>sqrt(2)</entry>
- </row>
- <row>
-
<entry>M_SQRT3</entry>
-
<entry>1.73205080756887729352</entry>
- <entry>sqrt(3)
[4.0.2]</entry>
- </row>
- <row>
-
<entry>M_SQRT1_2</entry>
-
<entry>0.70710678118654752440</entry>
-
<entry>1/sqrt(2)</entry>
- </row>
- <row>
-
<entry>M_LNPI</entry>
-
<entry>1.14472988584940017414</entry>
-
<entry>log_e(pi) [4.0.2]</entry>
- </row>
- <row>
-
<entry>M_EULER</entry>
-
<entry>0.57721566490153286061</entry>
- <entry>Euler
constant [4.0.2]</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- PHP4RC1 까지는 단지 M_PI 만이 유용하며, 다른 모든 상수들은
- PHP 4.0. 이후에 가능하다.
- [4.0.2]라는 라벨이 붙은 상수는 PHP 4.0.2. 에서 추가된
상수이다.
- </para>
- </section>
- </section>
- </partintro>
+<reference id="ref.math">
+ <title>Mathematical Functions</title>
+ <titleabbrev>Math.</titleabbrev>
+ <partintro>
+ <section id="math.intro">
+ <title>소개</title>
+ <para>
+ 이 수학 함수는 당신 컴퓨터의 long 과 double 형의 범위
+안에서만 값들을 다룬다.
+ 만약 더 큰 수를 다루고자 한다면 <link linkend="ref.bc">arbitrary
+precision math functions</link> 를 보라.
+ </para>
+ <section id="math.constants">
+ <title>Math constants</title>
+ <para>
+ 다음의 값들은 PHP에서 math extension에 의해 정의된 상수
+이다.:
+ <table>
+ <title>Math constants</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+
+<entry>상수</entry>
+
+<entry>값</entry>
+
+<entry>설명</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+
+<entry>M_PI</entry>
+
+<entry>3.14159265358979323846</entry>
+
+<entry>Pi</entry>
+ </row>
+ <row>
+
+<entry>M_E</entry>
+
+<entry>2.7182818284590452354</entry>
+
+<entry>e</entry>
+ </row>
+ <row>
+
+<entry>M_LOG2E</entry>
+
+<entry>1.4426950408889634074</entry>
+ <entry>log_2
+e</entry>
+ </row>
+ <row>
+
+<entry>M_LOG10E</entry>
+
+<entry>0.43429448190325182765</entry>
+ <entry>log_10
+e</entry>
+ </row>
+ <row>
+
+<entry>M_LN2</entry>
+
+<entry>0.69314718055994530942</entry>
+ <entry>log_e
+2</entry>
+ </row>
+ <row>
+
+<entry>M_LN10</entry>
+
+<entry>2.30258509299404568402</entry>
+ <entry>log_e
+10</entry>
+ </row>
+ <row>
+
+<entry>M_PI_2</entry>
+
+<entry>1.57079632679489661923</entry>
+
+<entry>pi/2</entry>
+ </row>
+ <row>
+
+<entry>M_PI_4</entry>
+
+<entry>0.78539816339744830962</entry>
+
+<entry>pi/4</entry>
+ </row>
+ <row>
+
+<entry>M_1_PI</entry>
+
+<entry>0.31830988618379067154</entry>
+
+<entry>1/pi</entry>
+ </row>
+ <row>
+
+<entry>M_2_PI</entry>
+
+<entry>0.63661977236758134308</entry>
+
+<entry>2/pi</entry>
+ </row>
+ <row>
+
+<entry>M_SQRTPI</entry>
+
+<entry>1.77245385090551602729</entry>
+
+<entry>sqrt(pi) [4.0.2]</entry>
+ </row>
+ <row>
+
+<entry>M_2_SQRTPI</entry>
+
+<entry>1.12837916709551257390</entry>
+
+<entry>2/sqrt(pi)</entry>
+ </row>
+ <row>
+
+<entry>M_SQRT2</entry>
+
+<entry>1.41421356237309504880</entry>
+
+<entry>sqrt(2)</entry>
+ </row>
+ <row>
+
+<entry>M_SQRT3</entry>
+
+<entry>1.73205080756887729352</entry>
+ <entry>sqrt(3)
+[4.0.2]</entry>
+ </row>
+ <row>
+
+<entry>M_SQRT1_2</entry>
+
+<entry>0.70710678118654752440</entry>
+
+<entry>1/sqrt(2)</entry>
+ </row>
+ <row>
+
+<entry>M_LNPI</entry>
+
+<entry>1.14472988584940017414</entry>
+
+<entry>log_e(pi) [4.0.2]</entry>
+ </row>
+ <row>
+
+<entry>M_EULER</entry>
+
+<entry>0.57721566490153286061</entry>
+ <entry>Euler
+constant [4.0.2]</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ PHP4RC1 까지는 단지 M_PI 만이 유용하며, 다른 모든 상수들은
+ PHP 4.0. 이후에 가능하다.
+ [4.0.2]라는 라벨이 붙은 상수는 PHP 4.0.2. 에서 추가된
+상수이다.
+ </para>
+ </section>
+ </section>
+ </partintro>
+
&reference.math.functions;
-</reference>
-<!-- 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
+</reference>
+<!-- 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:"../../../manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
Index: phpdoc/kr/reference/mcal/reference.xml
diff -u phpdoc/kr/reference/mcal/reference.xml:1.1
phpdoc/kr/reference/mcal/reference.xml:1.2
--- phpdoc/kr/reference/mcal/reference.xml:1.1 Sun Apr 14 21:25:21 2002
+++ phpdoc/kr/reference/mcal/reference.xml Tue Apr 16 20:36:48 2002
@@ -73,45 +73,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.mcal.functions;
</reference>
Index: phpdoc/kr/reference/mcrypt/reference.xml
diff -u phpdoc/kr/reference/mcrypt/reference.xml:1.1
phpdoc/kr/reference/mcrypt/reference.xml:1.2
--- phpdoc/kr/reference/mcrypt/reference.xml:1.1 Sun Apr 14 21:25:33 2002
+++ phpdoc/kr/reference/mcrypt/reference.xml Tue Apr 16 20:36:48 2002
@@ -362,41 +362,6 @@
discussion of this topic).
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.mcrypt.functions;
Index: phpdoc/kr/reference/mhash/reference.xml
diff -u phpdoc/kr/reference/mhash/reference.xml:1.1
phpdoc/kr/reference/mhash/reference.xml:1.2
--- phpdoc/kr/reference/mhash/reference.xml:1.1 Sun Apr 14 21:25:49 2002
+++ phpdoc/kr/reference/mhash/reference.xml Tue Apr 16 20:36:49 2002
@@ -109,11 +109,6 @@
</itemizedlist>
</para>
</partintro>
-
-
-
-
-
&reference.mhash.functions;
Index: phpdoc/kr/reference/misc/reference.xml
diff -u phpdoc/kr/reference/misc/reference.xml:1.1
phpdoc/kr/reference/misc/reference.xml:1.2
--- phpdoc/kr/reference/misc/reference.xml:1.1 Sun Apr 14 21:27:34 2002
+++ phpdoc/kr/reference/misc/reference.xml Tue Apr 16 20:36:49 2002
@@ -10,26 +10,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.misc.functions;
</reference>
Index: phpdoc/kr/reference/mnogosearch/reference.xml
diff -u phpdoc/kr/reference/mnogosearch/reference.xml:1.1
phpdoc/kr/reference/mnogosearch/reference.xml:1.2
--- phpdoc/kr/reference/mnogosearch/reference.xml:1.1 Sun Apr 14 21:27:40 2002
+++ phpdoc/kr/reference/mnogosearch/reference.xml Tue Apr 16 20:36:50 2002
@@ -47,18 +47,6 @@
</simpara>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
&reference.mnogosearch.functions;
</reference>
Index: phpdoc/kr/reference/mssql/reference.xml
diff -u phpdoc/kr/reference/mssql/reference.xml:1.1
phpdoc/kr/reference/mssql/reference.xml:1.2
--- phpdoc/kr/reference/mssql/reference.xml:1.1 Sun Apr 14 21:27:58 2002
+++ phpdoc/kr/reference/mssql/reference.xml Tue Apr 16 20:36:50 2002
@@ -3,27 +3,6 @@
<title>Microsoft SQL Server functions</title>
<titleabbrev>MS SQL Server</titleabbrev>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.mssql.functions;
</reference>
Index: phpdoc/kr/reference/mysql/reference.xml
diff -u phpdoc/kr/reference/mysql/reference.xml:1.1
phpdoc/kr/reference/mysql/reference.xml:1.2
--- phpdoc/kr/reference/mysql/reference.xml:1.1 Sun Apr 14 21:28:20 2002
+++ phpdoc/kr/reference/mysql/reference.xml Tue Apr 16 20:36:51 2002
@@ -25,19 +25,6 @@
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.mysql.functions;
</reference>
Index: phpdoc/kr/reference/network/reference.xml
diff -u phpdoc/kr/reference/network/reference.xml:1.1
phpdoc/kr/reference/network/reference.xml:1.2
--- phpdoc/kr/reference/network/reference.xml:1.1 Sun Apr 14 21:29:04 2002
+++ phpdoc/kr/reference/network/reference.xml Tue Apr 16 20:36:51 2002
@@ -2,6 +2,7 @@
<reference id="ref.network">
<title>네트워크 관련 함수</title>
<titleabbrev>네트워크</titleabbrev>
+
&reference.network.functions;
</reference>
Index: phpdoc/kr/reference/nis/reference.xml
diff -u phpdoc/kr/reference/nis/reference.xml:1.1
phpdoc/kr/reference/nis/reference.xml:1.2
--- phpdoc/kr/reference/nis/reference.xml:1.1 Sun Apr 14 21:29:15 2002
+++ phpdoc/kr/reference/nis/reference.xml Tue Apr 16 20:36:52 2002
@@ -14,14 +14,7 @@
<option role="configure">--enable-yp</option>(PHP 4)로 설정해야 합니다.
</para>
</partintro>
- <!-- Function doesn't exist
-
--->
- <!-- Function doesn't exist
-
-
--->
&reference.nis.functions;
</reference>
Index: phpdoc/kr/reference/oci8/reference.xml
diff -u phpdoc/kr/reference/oci8/reference.xml:1.1
phpdoc/kr/reference/oci8/reference.xml:1.2
--- phpdoc/kr/reference/oci8/reference.xml:1.1 Sun Apr 14 21:29:32 2002
+++ phpdoc/kr/reference/oci8/reference.xml Tue Apr 16 20:36:52 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<reference id="ref.oci8">
<title>오라클 8 함수</title>
<titleabbrev>OCI8</titleabbrev>
@@ -152,52 +152,6 @@
</example>
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.oci8.functions;
Index: phpdoc/kr/reference/outcontrol/reference.xml
diff -u phpdoc/kr/reference/outcontrol/reference.xml:1.1
phpdoc/kr/reference/outcontrol/reference.xml:1.2
--- phpdoc/kr/reference/outcontrol/reference.xml:1.1 Sun Apr 14 21:29:49 2002
+++ phpdoc/kr/reference/outcontrol/reference.xml Tue Apr 16 20:36:53 2002
@@ -45,14 +45,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
&reference.outcontrol.functions;
</reference>
Index: phpdoc/kr/reference/ovrimos/reference.xml
diff -u phpdoc/kr/reference/ovrimos/reference.xml:1.1
phpdoc/kr/reference/ovrimos/reference.xml:1.2
--- phpdoc/kr/reference/ovrimos/reference.xml:1.1 Sun Apr 14 21:30:05 2002
+++ phpdoc/kr/reference/ovrimos/reference.xml Tue Apr 16 20:36:54 2002
@@ -39,28 +39,7 @@
This will just connect to SQL Server.
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.ovrimos.functions;
</reference>
Index: phpdoc/kr/reference/pdf/reference.xml
diff -u phpdoc/kr/reference/pdf/reference.xml:1.1
phpdoc/kr/reference/pdf/reference.xml:1.2
--- phpdoc/kr/reference/pdf/reference.xml:1.1 Sun Apr 14 21:30:30 2002
+++ phpdoc/kr/reference/pdf/reference.xml Tue Apr 16 20:36:55 2002
@@ -399,80 +399,6 @@
</section>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.pdf.functions;
</reference>
Index: phpdoc/kr/reference/pfpro/reference.xml
diff -u phpdoc/kr/reference/pfpro/reference.xml:1.1
phpdoc/kr/reference/pfpro/reference.xml:1.2
--- phpdoc/kr/reference/pfpro/reference.xml:1.1 Sun Apr 14 21:31:01 2002
+++ phpdoc/kr/reference/pfpro/reference.xml Tue Apr 16 20:36:55 2002
@@ -43,11 +43,6 @@
</para></note>
</partintro>
-
-
-
-
-
&reference.pfpro.functions;
</reference>
Index: phpdoc/kr/reference/pgsql/reference.xml
diff -u phpdoc/kr/reference/pgsql/reference.xml:1.1
phpdoc/kr/reference/pgsql/reference.xml:1.2
--- phpdoc/kr/reference/pgsql/reference.xml:1.1 Sun Apr 14 21:31:06 2002
+++ phpdoc/kr/reference/pgsql/reference.xml Tue Apr 16 20:36:56 2002
@@ -92,6 +92,7 @@
</example>
</para>
</partintro>
+
&reference.pgsql.functions;
</reference>
Index: phpdoc/kr/reference/posix/reference.xml
diff -u phpdoc/kr/reference/posix/reference.xml:1.1
phpdoc/kr/reference/posix/reference.xml:1.2
--- phpdoc/kr/reference/posix/reference.xml:1.1 Sun Apr 14 21:31:23 2002
+++ phpdoc/kr/reference/posix/reference.xml Tue Apr 16 20:36:59 2002
@@ -15,34 +15,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.posix.functions;
</reference>
Index: phpdoc/kr/reference/pspell/reference.xml
diff -u phpdoc/kr/reference/pspell/reference.xml:1.1
phpdoc/kr/reference/pspell/reference.xml:1.2
--- phpdoc/kr/reference/pspell/reference.xml:1.1 Sun Apr 14 21:31:48 2002
+++ phpdoc/kr/reference/pspell/reference.xml Tue Apr 16 20:37:00 2002
@@ -12,6 +12,7 @@
<ulink url="&url.pspell;">&url.pspell;</ulink> 에서 다운로드 할 수
있습니다. 그리고 PHP 컴파일시 <option
role="configure">--with-pspell[=dir]</option> 옵션을 추가해야합니다.
</simpara>
</partintro>
+
&reference.pspell.functions;
</reference>
Index: phpdoc/kr/reference/readline/reference.xml
diff -u phpdoc/kr/reference/readline/reference.xml:1.1
phpdoc/kr/reference/readline/reference.xml:1.2
--- phpdoc/kr/reference/readline/reference.xml:1.1 Sun Apr 14 21:32:02 2002
+++ phpdoc/kr/reference/readline/reference.xml Tue Apr 16 20:37:00 2002
@@ -21,14 +21,6 @@
</simpara>
</partintro>
-
-
-
-
-
-
-
-
&reference.readline.functions;
</reference>
Index: phpdoc/kr/reference/recode/reference.xml
diff -u phpdoc/kr/reference/recode/reference.xml:1.1
phpdoc/kr/reference/recode/reference.xml:1.2
--- phpdoc/kr/reference/recode/reference.xml:1.1 Sun Apr 14 21:32:11 2002
+++ phpdoc/kr/reference/recode/reference.xml Tue Apr 16 20:37:01 2002
@@ -21,9 +21,6 @@
</para>
</partintro>
-
-
-
&reference.recode.functions;
</reference>
Index: phpdoc/kr/reference/regex/reference.xml
diff -u phpdoc/kr/reference/regex/reference.xml:1.1
phpdoc/kr/reference/regex/reference.xml:1.2
--- phpdoc/kr/reference/regex/reference.xml:1.1 Sun Apr 14 21:32:18 2002
+++ phpdoc/kr/reference/regex/reference.xml Tue Apr 16 20:37:01 2002
@@ -76,13 +76,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
&reference.regex.functions;
</reference>
Index: phpdoc/kr/reference/satellite/reference.xml
diff -u phpdoc/kr/reference/satellite/reference.xml:1.1
phpdoc/kr/reference/satellite/reference.xml:1.2
--- phpdoc/kr/reference/satellite/reference.xml:1.1 Sun Apr 14 21:32:23 2002
+++ phpdoc/kr/reference/satellite/reference.xml Tue Apr 16 20:37:02 2002
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- $Id: reference.xml,v 1.1 2002/04/15 01:32:23 hholzgra Exp $
+ $Id: reference.xml,v 1.2 2002/04/17 00:37:02 cortesi Exp $
Author: David Eriksson <[EMAIL PROTECTED]>
@@ -19,12 +19,6 @@
where you store all IDL files you use.
</para>
</partintro>
-
-
-
-
-
-
&reference.satellite.functions;
Index: phpdoc/kr/reference/sem/reference.xml
diff -u phpdoc/kr/reference/sem/reference.xml:1.1
phpdoc/kr/reference/sem/reference.xml:1.2
--- phpdoc/kr/reference/sem/reference.xml:1.1 Sun Apr 14 21:32:31 2002
+++ phpdoc/kr/reference/sem/reference.xml Tue Apr 16 20:37:02 2002
@@ -51,15 +51,6 @@
</note>
</partintro>
-
-
-
-
-
-
-
-
-
&reference.sem.functions;
</reference>
Index: phpdoc/kr/reference/session/reference.xml
diff -u phpdoc/kr/reference/session/reference.xml:1.1
phpdoc/kr/reference/session/reference.xml:1.2
--- phpdoc/kr/reference/session/reference.xml:1.1 Sun Apr 14 21:32:37 2002
+++ phpdoc/kr/reference/session/reference.xml Tue Apr 16 20:37:02 2002
@@ -301,22 +301,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.session.functions;
</reference>
Index: phpdoc/kr/reference/shmop/reference.xml
diff -u phpdoc/kr/reference/shmop/reference.xml:1.1
phpdoc/kr/reference/shmop/reference.xml:1.2
--- phpdoc/kr/reference/shmop/reference.xml:1.1 Sun Apr 14 21:32:47 2002
+++ phpdoc/kr/reference/shmop/reference.xml Tue Apr 16 20:37:03 2002
@@ -59,11 +59,6 @@
</para>
</partintro>
-
-
-
-
-
&reference.shmop.functions;
</reference>
Index: phpdoc/kr/reference/sockets/reference.xml
diff -u phpdoc/kr/reference/sockets/reference.xml:1.1
phpdoc/kr/reference/sockets/reference.xml:1.2
--- phpdoc/kr/reference/sockets/reference.xml:1.1 Sun Apr 14 21:32:54 2002
+++ phpdoc/kr/reference/sockets/reference.xml Tue Apr 16 20:37:03 2002
@@ -157,15 +157,6 @@
</para>
</partintro>
-
-
-
-
-
-
-
-
-
&reference.sockets.functions;
</reference>
Index: phpdoc/kr/reference/strings/reference.xml
diff -u phpdoc/kr/reference/strings/reference.xml:1.1
phpdoc/kr/reference/strings/reference.xml:1.2
--- phpdoc/kr/reference/strings/reference.xml:1.1 Sun Apr 14 21:33:00 2002
+++ phpdoc/kr/reference/strings/reference.xml Tue Apr 16 20:37:04 2002
@@ -1,34 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
-<reference id="ref.strings">
- <title>String functions</title>
- <titleabbrev>Strings</titleabbrev>
- <partintro>
- <simpara>
- 이들 함수는 모두 다양한 방법으로 문자열을 다룬다.
정규 표현 섹션과 URL 핸들링 섹션에서좀 더 다양하고 특별한
함수들을 만나 볼 수 있다.
- </simpara>
- <para>
- 어떻게 문자열이 적용되고, 특히 작은 따옴표와
큰따옴표 그리고 에스케이프 시퀀스(escape sequence)와 어떤 관계가
있는지는 이 메뉴얼의
- <link linkend="language.types">Types</link>섹션의 <link
linkend="language.types.string">Strings</link>편을 참조하기 바란다.
- </para>
- </partintro>
+<reference id="ref.strings">
+ <title>String functions</title>
+ <titleabbrev>Strings</titleabbrev>
+ <partintro>
+ <simpara>
+ 이들 함수는 모두 다양한 방법으로 문자열을 다룬다.
+정규 표현 섹션과 URL 핸들링 섹션에서좀 더 다양하고 특별한
+함수들을 만나 볼 수 있다.
+ </simpara>
+ <para>
+ 어떻게 문자열이 적용되고, 특히 작은 따옴표와
+큰따옴표 그리고 에스케이프 시퀀스(escape sequence)와 어떤 관계가
+있는지는 이 메뉴얼의
+ <link linkend="language.types">Types</link>섹션의 <link
+linkend="language.types.string">Strings</link>편을 참조하기 바란다.
+ </para>
+ </partintro>
+
&reference.strings.functions;
-</reference>
-<!-- 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
+</reference>
+<!-- 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:"../../../manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
Index: phpdoc/kr/reference/swf/reference.xml
diff -u phpdoc/kr/reference/swf/reference.xml:1.1
phpdoc/kr/reference/swf/reference.xml:1.2
--- phpdoc/kr/reference/swf/reference.xml:1.1 Sun Apr 14 21:33:21 2002
+++ phpdoc/kr/reference/swf/reference.xml Tue Apr 16 20:37:04 2002
@@ -86,73 +86,6 @@
</para>
</note>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.swf.functions;
Index: phpdoc/kr/reference/sybase/reference.xml
diff -u phpdoc/kr/reference/sybase/reference.xml:1.1
phpdoc/kr/reference/sybase/reference.xml:1.2
--- phpdoc/kr/reference/sybase/reference.xml:1.1 Sun Apr 14 21:34:07 2002
+++ phpdoc/kr/reference/sybase/reference.xml Tue Apr 16 20:37:04 2002
@@ -2,6 +2,7 @@
<reference id="ref.sybase">
<title>Sybase functions</title>
<titleabbrev>Sybase</titleabbrev>
+
&reference.sybase.functions;
</reference>
Index: phpdoc/kr/reference/uodbc/reference.xml
diff -u phpdoc/kr/reference/uodbc/reference.xml:1.1
phpdoc/kr/reference/uodbc/reference.xml:1.2
--- phpdoc/kr/reference/uodbc/reference.xml:1.1 Sun Apr 14 21:34:19 2002
+++ phpdoc/kr/reference/uodbc/reference.xml Tue Apr 16 20:37:05 2002
@@ -37,45 +37,6 @@
</note>
</partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.uodbc.functions;
</reference>
Index: phpdoc/kr/reference/url/reference.xml
diff -u phpdoc/kr/reference/url/reference.xml:1.1
phpdoc/kr/reference/url/reference.xml:1.2
--- phpdoc/kr/reference/url/reference.xml:1.1 Sun Apr 14 21:34:35 2002
+++ phpdoc/kr/reference/url/reference.xml Tue Apr 16 20:37:06 2002
@@ -3,13 +3,6 @@
<title>URL Functions</title>
<titleabbrev>URLs</titleabbrev>
-
-
-
-
-
-
-
&reference.url.functions;
</reference>
Index: phpdoc/kr/reference/var/reference.xml
diff -u phpdoc/kr/reference/var/reference.xml:1.1
phpdoc/kr/reference/var/reference.xml:1.2
--- phpdoc/kr/reference/var/reference.xml:1.1 Sun Apr 14 21:34:43 2002
+++ phpdoc/kr/reference/var/reference.xml Tue Apr 16 20:37:07 2002
@@ -3,30 +3,6 @@
<title>Variable Functions</title>
<titleabbrev>Variables</titleabbrev>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
&reference.var.functions;
</reference>
Index: phpdoc/kr/reference/xml/reference.xml
diff -u phpdoc/kr/reference/xml/reference.xml:1.1
phpdoc/kr/reference/xml/reference.xml:1.2
--- phpdoc/kr/reference/xml/reference.xml:1.1 Sun Apr 14 21:35:21 2002
+++ phpdoc/kr/reference/xml/reference.xml Tue Apr 16 20:37:08 2002
@@ -515,6 +515,7 @@
</section>
</section>
</partintro>
+
&reference.xml.functions;
</reference>
Index: phpdoc/kr/reference/yaz/reference.xml
diff -u phpdoc/kr/reference/yaz/reference.xml:1.1
phpdoc/kr/reference/yaz/reference.xml:1.2
--- phpdoc/kr/reference/yaz/reference.xml:1.1 Sun Apr 14 21:35:40 2002
+++ phpdoc/kr/reference/yaz/reference.xml Tue Apr 16 20:37:09 2002
@@ -102,6 +102,7 @@
</para>
</section>
</partintro>
+
&reference.yaz.functions;
</reference>
Index: phpdoc/kr/reference/zlib/reference.xml
diff -u phpdoc/kr/reference/zlib/reference.xml:1.1
phpdoc/kr/reference/zlib/reference.xml:1.2
--- phpdoc/kr/reference/zlib/reference.xml:1.1 Sun Apr 14 21:35:58 2002
+++ phpdoc/kr/reference/zlib/reference.xml Tue Apr 16 20:37:10 2002
@@ -65,6 +65,7 @@
</example>
</section>
</partintro>
+
&reference.zlib.functions;
</reference>