函式:hw_GetRemoteChildren() |
hw_GetRemoteChildren取得远端的子文件。 语法: [array|int] hw_getremotechildren(int connection, string object_record); 传回值: 阵列或整数 函式种类: 网路系统
本函式用来取得网路上远端机器的子文件。若子文件数值为 1,则传回该文件本身;若子文件数超过 1,则传回物件记录阵列,更多的资讯可以参考 Hyperwave 程式设计手册。参数 connection 为和 Hyperwave 伺服器的连线代码。参数 object_record 为指定的物件记录。
|