mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
corrected com_set()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47811 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0e06c96cc2
commit
38014d8353
1 changed files with 1 additions and 3 deletions
|
@ -385,9 +385,7 @@ $conn = null;
|
|||
<para>
|
||||
Sets the value of the <parameter>property</parameter> of the COM
|
||||
component referenced by <parameter>com_object</parameter>.
|
||||
Returns <literal>true</literal> if
|
||||
<parameter>property</parameter> is set. Returns
|
||||
<literal>false</literal> on error.
|
||||
Returns the newly set value if succeeded, <literal>false</literal> on error.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue