函数:dba_fetch()


dba_fetch

取回指定资料。

语法: string dba_fetch(string key, int handle);

返回值: 字符串

函数种类: 数据库功能

内容说明

本函数取得指定的资料。参数 key 为欲取出资料的键值 (key)。参数 handle 为打开数据库时所返回来的代号 ID。返回值即为资料字符串,若取出失败则返回 false。

参考

dba_exists()  dba_delete()  dba_insert()  dba_replace()  



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序