分类: PHP全中文文档
PHP全中文文档,包含PHP函数,常用语法,计算机术语
-
评论(0)
顶(0)函数:snmpget() (2004-12-03 10:33)
snmpget
取得指定类识别码。
语法: int snmpget(string hostname, string community, string object_id);
-
评论(0)
顶(1)函数:snmpwalk() (2004-12-03 10:32)
snmpwalk
取得所有类。
语法: array snmpwalk(string hostname, string community, string object_id, int [timeout], int [retries]);
-
评论(0)
顶(0)函数:snmpwalkoid() (2004-12-03 10:32)
snmpwalkoid
取得网络本体树状信息。
语法: array snmpwalkoid(string hostname, string community, string object_id, int [timeout], int [retries]);
-
评论(0)
顶(0)函数:snmp_get_quick_print() (2004-12-03 10:31)
snmp_get_quick_print
取得 UCD 函数库中的 quick_print 值。
语法: boolean snmp_get_quick_print(void);
-
评论(0)
顶(0)函数:snmp_set_quick_print() (2004-12-03 10:30)
snmp_set_quick_print
配置 UCD 函数库中的 quick_print 值。
语法: void snmp_set_quick_print(boolean quick_print);
-
评论(0)
顶(0)函数:solid_close() (2004-12-03 10:25)
solid_close
关闭 solid 链接。
语法: void solid_close(int connection_id);
-
评论(0)
顶(0)函数:solid_connect() (2004-12-03 10:24)
solid_connect
链接至 solid 数据库。
语法: int solid_connect(string dsn, string user, string password, int [cursor_type]);
-
评论(0)
顶(0)函数:solid_exec() (2004-12-03 10:24)
solid_exec
执行 SQL 指令。
语法: int solid_exec(int connection_id, string query);
-
评论(0)
顶(0)函数:solid_fetchrow() (2004-12-03 10:24)
solid_fetchrow
取得返回一列。
语法: int solid_fetchrow(int result_id, int [row_number]);
-
评论(0)
顶(0)函数:solid_fieldname() (2004-12-03 10:23)
solid_fieldname
取得字段名称。
语法: string solid_fieldname(int result_id, int field_number);
-
评论(0)
顶(0)函数:solid_fieldnum() (2004-12-03 10:23)
solid_fieldnum
取得字段数目。
语法: int solid_fieldnum(int result_id);
-
评论(0)
顶(0)函数:solid_freeresult() (2004-12-03 10:23)
solid_freeresult
释出返回资料的内存。
语法: int solid_freeresult(int result_id);
-
评论(0)
顶(0)函数:solid_numfields() (2004-12-03 10:22)
solid_numfields
取得字段数目。
语法: int solid_numfields(int result_id);
-
评论(0)
顶(0)函数:solid_numrows() (2004-12-03 10:22)
solid_numrows
取得返回列数目。
语法: int solid_numrows(int result_id);
-
评论(0)
顶(0)函数:solid_result() (2004-12-03 10:22)
solid_result
取得返回资料。
语法: string solid_result(int result_id, mixed field);
-
评论(0)
顶(0)函数:sem_get() (2004-12-03 09:51)
sem_get
取得信号代码。
语法: int sem_get(int key, int [max_acquire] , int [perm]);
-
评论(0)
顶(0)函数:sem_acquire() (2004-12-03 09:51)
sem_acquire
捕获信号。
语法: int sem_acquire(int sem_identifier);
-
评论(0)
顶(0)函数:sem_release() (2004-12-03 09:50)
sem_release
释出信号。
语法: int sem_release(int sem_identifier);
-
评论(0)
顶(0)函数:shm_attach() (2004-12-03 09:50)
shm_attach
打开建立共享内存空间。
语法: int shm_attach(int key, int [memsize], int [perm]);
-
评论(0)
顶(0)函数:shm_detach() (2004-12-03 09:49)
shm_detach
中止共享内存空间链接。
语法: int shm_detach(int shm_identifier);
-
评论(0)
顶(0)函数:shm_remove() (2004-12-03 09:49)
shm_remove
清除内存空间。
语法: int shm_remove(int shm_identifier);
-
评论(0)
顶(1)函数:shm_put_var() (2004-12-03 09:48)
shm_put_var
加入或更新内存空间中的变量。
语法: int shm_put_var(int shm_identifier, int variable_key, mixed variable);
-
评论(0)
顶(0)本函数库提供 System V 的信号处理机制。这个机制可以让系统限制同时使用行程所存取的资源。本函数库亦提供 (2004-12-03 09:48)
shm_get_var
取得内存空间中指定的变量。
语法: mixed shm_get_var(int shm_identifier, int variable_key);
-
评论(0)
顶(0)函数:shm_remove_var() (2004-12-03 09:47)
shm_remove_var
删除内存空间中指定的变量。
语法: int shm_remove_var(int id, int variable_key);
-
ereg
字符串比对解析。
语法: int ereg(string pattern, string string, array [regs]);
- 计算机术语辞典---Y
December 08, 2004 - 计算机术语辞典---W
December 08, 2004 - 计算机术语辞典---V
December 08, 2004 - 计算机术语辞典---U
December 08, 2004 - 计算机术语辞典---T
December 08, 2004 - 计算机术语辞典---S
December 08, 2004 - 计算机术语辞典---R
December 08, 2004 - 计算机术语辞典---Q
December 08, 2004 - 计算机术语辞典---P
December 08, 2004 - 计算机术语辞典---O
December 08, 2004




