Posted on March 3rd, 2008 by rolode
hw_GetAndLock
取得并锁住类。
语法: string hw_getandlock(int connection, int objectID);
返回值: 字符串
函数种类: 网络系统
内容说明
本函数用来取得类同时并锁住类,锁住之后别的程序无法存取该类,直到解除锁定为止。参数 connection 为和 Hyperwave 服务器的连接代码。参数 objectID 为指定的类 ID 值。
参考
hw_GetObject() hw_Unlock()
Filed under: PHP 技术 学习 教程 | No Comments »
Posted on March 3rd, 2008 by rolode
hw_GetAnchorsObj
取得文件的链接锚记录。
语法: array hw_getanchorsobj(int connection, int objectID);
返回值: 数组
函数种类: 网络系统
内容说明
本函数用来取得指定文件链接锚 (ancher) 的记录。参数 connection 为和 Hyperwave 服务器的连接代码。参数 objectID 为指定的类 ID 值。
Filed under: PHP 技术 学习 教程 | No Comments »
Posted on March 3rd, 2008 by rolode
hw_GetAnchors
取得文件的链接锚。
语法: array hw_getanchors(int connection, int objectID);
返回值: 数组
函数种类: 网络系统
内容说明
本函数用来取得指定文件的链接锚 (ancher)。参数 connection 为和 Hyperwave 服务器的连接代码。参数 objectID 为指定的类 ID 值。
Filed under: PHP 技术 学习 教程 | No Comments »
Posted on March 3rd, 2008 by rolode
hw_Free_Document
释放文件使用的内存。
语法: boolean hw_free_document(int hw_document);
返回值: 布尔值
函数种类: 网络系统
内容说明
本函数用来释放指定文件所使用的内存。参数 hw_document 为指定的文件名称。
Filed under: PHP 技术 学习 教程 | No Comments »
Posted on March 3rd, 2008 by rolode
hw_ErrorMsg
取得错误信息。
语法: string hw_errormsg(int connection);
返回值: 字符串
函数种类: 网络系统
内容说明
本函数用来取得最后的错误信息。参数 connection 为和 Hyperwave 服务器的连接代码。返回为最后的错误信息,若无错误信息,则返回 No Error 字符串。
Filed under: PHP 技术 学习 教程 | No Comments »