PHP5 網管實驗室 2007 | 加入會員
PHP5網管實驗室
 
 線上討論區 繁/簡體
 
  下載 下載 我的訊息 部落格 線上討論區 文件搜尋 線上討論區 線上討論 我的訊息 我的訊息 會員服務 會員服務 回首頁 回首頁 
  [Download] [ Blog ] [ Search ] [ Forum ] [ PM ] [ Member ] [ HOME ]
文章分類
   
 Apache相關函式
 Array陣列相關函數
 Aspell 相關函數
 BC高精準度函式庫
 Class 類別和物件函式庫
 COM 函式庫
 Date日期與時間函式庫
 dBase函式
 Directories 目錄函式庫
 DOM XML函式
 Error Handling and Logging Functions
 Exec 程式執行函式庫
 filePro
 File 檔案系統函式庫
 FriBiDi
 FrontBase
 FTP函式庫
 function 函數操作函式庫
 GD 圖型函式庫
 GNU Gettext函式庫
 HTTP函式庫
 iconv 函式庫
 IMAP, POP3 and NNTP郵件函式庫
 IRC Gateway
 Java
 mailparse
 mail郵件函數
 math 數學函式庫
 MCAL functions
 Mcrypt編碼函式庫
 Mhash函式庫
 Ming (flash)
 Misc.未分類函式
 Msession
 MS SQL 伺服器
 Multi-Byte String Functions
 muscat
 mysqli
 MySQL函式庫
 Ncurses
 Network網路函式庫
 Object Aggregation/Composition Functions
 Object overloading
 ODBC 函式庫
 OpenSSL函式庫
 Output Control
 PCNTL
 PCRE 函式庫(PERL)
 PDF函式庫
 PHP選項與資訊函式庫
 PostgreSQL 函式庫
 Printer 印表機函式庫
 Pspell函式庫
 qtdom
 Readline函式庫
 Recode
 Session 函式庫
 Shockwave Flash函式庫
 SNMP函式庫
 Sockets 函式
 Streams
 Strings字串函式庫
 Sybase
 Tokenizer
 URL函式庫
 Variables 變數函式庫
 vpopmail
 W32api
 WDDX函式庫
 XML-RPC 函式庫
 XML函式庫
 XSLT函式庫
 YP/NIS函式庫
 zip函式庫
 ZLIB 壓縮函式庫 Gzip相關
 正規表達式


線上會員

  文章主目錄 :: PHP函式手冊 :: COM 函式庫   ||張貼文章||
文章搜尋: 模糊比對    
章節內容 作者 日期
 
COM -- 物件
COM (no version information, might be only in CVS) COM -- COM class Synopsis [php] <?php $obj = new COM("server.object") ?> [php] Description The COM class provides a fr
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
VARIANT -- VARIANT 物件
VARIANT (no version information, might be only in CVS) VARIANT -- VARIANT class Synopsis $vVar = new VARIANT($var) Description A simple container to wrap variables into VARIANT structur
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_addref -- Increases the components reference counter.
com_addref (4.1.0 - 4.3.2 only) com_addref -- Increases the components reference counter. Description void com_addref ( void) Increases the components reference counter.
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_get --- 取得COM屬性的值
(PHP4) com_get --- 取得COM屬性的值 語法 : mixed com_get (resource com_object, string property) 說明 : 傳回COM com_object的屬性 property的值,錯誤則傳回 fals
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_invoke --- 呼叫COM的方法
com_invoke (PHP4) com_invoke --- 呼叫COM的方法 語法 : mixed com_invoke (resource com_object, string function_name [, mixed function parameters, ...]) 說明 : com_invoke(
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_isenum -- Grabs an IEnumVariant
com_isenum (4.1.0 - 4.3.2 only) com_isenum -- Grabs an IEnumVariant Description void com_isenum ( object com_module)
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_load_typelib -- Loads a Typelib
com_load_typelib (4.1.0 - 4.3.2 only) com_load_typelib -- Loads a Typelib Description void com_load_typelib ( string typelib_name [, int case_insensitive])
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_load --- 建立新的COM
com_load (PHP4) com_load --- 建立新的COM 語法 : string com_load (string module name [, string server name]) 說明 : com_load( )建立新的COM,並且傳回它的關聯
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_propget --- 取得COM屬性的值
com_propget (PHP4) com_propget --- 取得COM屬性的值 語法 : mixed com_propget (resource com_object, string property) 說明 : 此函式是com_get( )的別名。
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_propput --- 分配值給COM的屬性
COM函式庫 com_propput (PHP4) com_propput --- 分配值給COM的屬性 語法 : void com_propput (resource com_object, string property, mixed value) 說明 : 此函式是com
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_propset --- 分配值給COM的屬性
com_propset (PHP4) com_propset --- 分配值給COM的屬性 語法 : void com_propset (resource com_object, string property, mixed value) 說明 : 此函式是com_set( )的別名
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_set --- 分配值給COM的屬性
com_set (PHP4) com_set --- 分配值給COM的屬性 語法 : void com_set (resource com_object, string property, mixed value) 說明 : 設定COM com_object的屬性 property的
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 
com_release -- Decreases the components reference
com_release (4.1.0 - 4.3.2 only) com_release -- Decreases the components reference counter. Description void com_release ( void) Decreases the components reference counter.
2003 ¦~ 06 ¤ë06 ¤é
+加入書籤 +列印 +編修 +刪除
 
 

網站地圖 廣告刊登 合作提案 關於作者 連絡我們 設為首頁  
   
     程式管理: jacch (jack chen)PHP5網管實驗室版權所有
     2001 - 2007 copyright by jacch . All rights reserved.. counter