mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68935 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cc7491933b
commit
cf0d77395a
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<reference id="ref.com">
|
||||
<title>COM support functions for Windows</title>
|
||||
<titleabbrev>COM</titleabbrev>
|
||||
|
@ -254,8 +254,8 @@ $conn = null;
|
|||
</funcsynopsis>
|
||||
<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
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue