函式:dba_fetch()


dba_fetch

取回指定资料。

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

传回值: 字串

函式种类: 资料库功能

内容说明

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

参考

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


[ 上一页 下一页 ]