dams Thu Feb 13 09:07:04 2003 EDT
Modified files:
/phpdoc/en/reference/com/functions com-load.xml
Log:
no space in param
Index: phpdoc/en/reference/com/functions/com-load.xml
diff -u phpdoc/en/reference/com/functions/com-load.xml:1.2
phpdoc/en/reference/com/functions/com-load.xml:1.3
--- phpdoc/en/reference/com/functions/com-load.xml:1.2 Wed Apr 17 02:36:45 2002
+++ phpdoc/en/reference/com/functions/com-load.xml Thu Feb 13 09:07:04 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
<refentry id="function.com-load">
<refnamediv>
@@ -12,9 +12,9 @@
<title>Description</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 +23,14 @@
<para>
<function>com_load</function> creates a new COM component and
returns a reference to it. Returns &false; on failure. Possible
- values for <parameter>codepage</parameter> are
- <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>
- and <constant>CP_UTF8</constant>.
+ values for <parameter>codepage</parameter> are:
+ <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>, and
+ <constant>CP_UTF8</constant>.
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php