Lines Matching refs:dba_fetch
33 echo dba_fetch(1, $db_file);
34 echo dba_fetch(2, $db_file);
35 echo dba_fetch(3, $db_file);
36 echo dba_fetch(4, $db_file);
38 echo dba_fetch(1, $db_file);
39 echo dba_fetch(1, $db_file);
40 echo dba_fetch(2, $db_file);
41 echo dba_fetch(2, $db_file);
43 // with skip = 0 dba_fetch must fetch the first result
49 echo dba_fetch($key, $db_file);
54 echo dba_fetch($key, $skip[$key], $db_file);