Lines Matching refs:dba_fetch
31 echo dba_fetch(1, $db_file);
32 echo dba_fetch(2, $db_file);
33 echo dba_fetch(3, $db_file);
34 echo dba_fetch(4, $db_file);
36 echo dba_fetch(1, $db_file);
37 echo dba_fetch(1, $db_file);
38 echo dba_fetch(2, $db_file);
39 echo dba_fetch(2, $db_file);
41 // with skip = 0 dba_fetch must fetch the first result
47 echo dba_fetch($key, $db_file);
52 echo dba_fetch($key, $skip[$key], $db_file);