cvs: phpdoc-nl /reference/com/functions com-load.xml
[email protected] ("Patric Stout")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvstruelight1046532556@cvsserver> |
truelight Sat Mar 1 10:29:16 2003 EDT
Modified files:
/phpdoc-nl/reference/com/functions com-load.xml
Log:
Sync with EN
Index: phpdoc-nl/reference/com/functions/com-load.xml
diff -u phpdoc-nl/reference/com/functions/com-load.xml:1.2 phpdoc-nl/reference/com/functions/com-load.xml:1.3
--- phpdoc-nl/reference/com/functions/com-load.xml:1.2 Wed Aug 14 05:37:40 2002
+++ phpdoc-nl/reference/com/functions/com-load.xml Sat Mar 1 10:29:16 2003
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
-<!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
+<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
<refentry id="function.com-load">
<refnamediv>
<refname>com_load</refname>
@@ -12,9 +11,9 @@
<title>Beschrijving</title>
<methodsynopsis>
<type>string</type><methodname>com_load</methodname>
- <methodparam><type>string</type><parameter>module name</parameter></methodparam>
+ <methodparam><type>string</type><parameter>module_name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>
- server name
+ server_name
</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>
codepage
@@ -23,11 +22,14 @@
<para>
<function>com_load</function> maakt een nieuwe COM component aan en
geeft de verwijzing terug als het goed gaat, en &false; als het fout gaat.
- Mogelijke waardes voor <parameter>codepage</parameter> zijn
- <constant>CP_ACP</constant>, <constant>CP_MACCP</constant>,
- <constant>CP_OEMCP</constant>, <constant>CP_SYMBOL</constant>,
- <constant>CP_THREAD_ACP</constant>, <constant>CP_UTF7</constant>
- en <constant>CP_UTF8</constant>.
+ Mogelijke waardes voor <parameter>codepage</parameter> zijn:
+ <constant>CP_ACP</constant>,
+ <constant>CP_MACCP</constant>,
+ <constant>CP_OEMCP</constant>,
+ <constant>CP_SYMBOL</constant>,
+ <constant>CP_THREAD_ACP</constant>,
+ <constant>CP_UTF7</constant> en
+ <constant>CP_UTF8</constant>.
</para>
</refsect1>
</refentry>