取回指定资料。
语法: string dba_fetch(string key, int handle);
传回值: 字串
函式种类: 资料库功能
本函式取得指定的资料。参数 key 为欲取出资料的键值 (key)。参数 handle 为开启资料库时所传回来的代号 ID。传回值即为资料字串,若取出失败则传回 false。
dba_exists() dba_delete() dba_insert() dba_replace()