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:
Harald Radi 2001-05-18 21:19:28 +00:00
parent 0e06c96cc2
commit 38014d8353

View file

@ -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>