com_release

(PHP 4 >= 4.1.0)

com_release --  减少组件引用计数。[被废弃]

描述

void com_release ( void )

减少组件引用计数。

警告

你应当不再需要使用该函数。

注意: 该函数已经在 PHP 5 取消。


add a note add a note User Contributed Notes
30-Mar-2007 03:31
The function is replaced by Release() method of the COM object variable.
 (correct me if i`m wrong)