分类: PHP全中文文档
PHP全中文文档,包含PHP函数,常用语法,计算机术语
-
评论(0)
顶(0)函数:hw_InsDoc() (2004-12-01 12:17)
hw_InsDoc
插入文件。
语法: int hw_insdoc(int connection, int parentID, string object_record, string [text]);
-
评论(0)
顶(0)函数:hw_InsertDocument() (2004-12-01 12:16)
hw_InsertDocument
上传文件。
语法: int hw_insertdocument(int connection, int parentID, int hw_document);
-
评论(0)
顶(0)hw_InsertObject() (2004-12-01 12:15)
hw_InsertObject
插入类记录。
语法: int hw_insertobject(int connection, string object_record, string parameter);
-
评论(0)
顶(0)函数:hw_Modifyobject() (2004-12-01 12:15)
hw_Modifyobject
修改类记录。
语法: boolean hw_modifyobject(int connection, int object_to_change, array remove, array add, int [mode]);
-
评论(0)
顶(0)函数:hw_New_Document() (2004-12-01 12:14)
hw_New_Document
建立新文件。
语法: int hw_new_document(string object_record, string document_data, int document_size);
-
评论(0)
顶(0)函数:hw_Objrec2Array() (2004-12-01 12:13)
hw_Objrec2Array
类记录转为数组。
语法: array hw_objrec2array(string object_record);
-
评论(0)
顶(0)函数:hw_OutputDocument() (2004-12-01 12:13)
hw_OutputDocument
输出文件。
语法: boolean hw_outputdocument(int hw_document);
-
评论(0)
顶(0)函数:hw_pConnect() (2004-12-01 12:12)
hw_pConnect
连上 Hyperwave 服务器。
语法: int hw_pconnect(string host, int port, string [username], string [password]);
-
评论(0)
顶(0)函数:hw_PipeDocument() (2004-12-01 12:12)
hw_PipeDocument
取得文件。
语法: int hw_pipedocument(int connection, int objectID);
-
hw_Root
取得根类代码。
语法: int hw_root();
-
评论(0)
顶(0)函数:hw_Unlock() (2004-12-01 12:11)
hw_Unlock
取消锁定。
语法: boolean hw_unlock(int connection, int objectID);
-
评论(0)
顶(0)函数:hw_Who() (2004-12-01 12:06)
hw_Who
列出目前用户。
语法: array hw_who(int connection);
-
评论(0)
顶(0)函数:hw_GetUsername() (2004-12-01 12:06)
hw_GetUsername
目前用户名字。
语法: string hw_getusername(int connection);
-
评论(0)
顶(0)函数:header() (2004-12-01 12:05)
header
送出 HTTP 协议的标头到浏览器
语法: int header(string string);
-
评论(0)
顶(1)函数:setcookie() (2004-12-01 12:04)
setcookie
送出 Cookie 信息到浏览器。
语法: int setcookie(string name, string value, int expire, string path, string domain, int secure);
-
评论(0)
顶(1)函数:basename() (2004-12-01 12:03)
basename
返回不含路径的文件字符串。
语法: string basename(string path);
-
评论(0)
顶(0)函数:chgrp() (2004-12-01 12:02)
chgrp
改变文件所属的群组。
语法: int chgrp(string filename, mixed group);
-
评论(0)
顶(0)函数:chmod() (2004-12-01 12:02)
chmod
改变文件的属性。
语法: int chmod(string filename, int mode);
-
评论(0)
顶(1)函数:chown() (2004-12-01 12:01)
chown
改变文件的拥有者。
语法: int chown(string filename, mixed user);
-
评论(0)
顶(2)函数:clearstatcache() (2004-12-01 12:01)
clearstatcache
清除文件状态快取。
语法: void clearstatcache(void);
- 暂无数据




