DBA
[ class tree: DBA ] [ index: DBA ] [ all elements ]

File: Compatibility.php

Source Location: /DBA-1.1.1/DBA/Compatibility.php

Classes:

Page Details:

dba compatibility layer This works in reverse of the rest of the DBA classes. If you have code that requires the PHP dba functions, but are using a system where they are not available, including this file will define a set for you.

See the PHP documentation on dba for explanation of how these functions work.

Includes:

require_once('PEAR.php') [line 40]
require_once('DBA/Driver/File.php') [line 41]

dba_close [line 43]

void dba_close( &$dba)



Parameters

   &$dba  
[ Top ]



dba_delete [line 50]

void dba_delete( $key, &$dba)



Parameters

   $key  
   &$dba  
[ Top ]



dba_exists [line 55]

void dba_exists( $key, &$dba)



Parameters

   $key  
   &$dba  
[ Top ]



dba_fetch [line 60]

void dba_fetch( $key, &$dba)



Parameters

   $key  
   &$dba  
[ Top ]



dba_firstkey [line 65]

void dba_firstkey( &$dba)



Parameters

   &$dba  
[ Top ]



dba_insert [line 70]

void dba_insert( $key, $value, &$dba)



Parameters

   $key  
   $value  
   &$dba  
[ Top ]



dba_nextkey [line 75]

void dba_nextkey( &$dba)



Parameters

   &$dba  
[ Top ]



dba_open [line 80]

void dba_open( $filename, $mode, $handler)



Parameters

   $filename  
   $mode  
   $handler  
[ Top ]



dba_optimize [line 106]

void dba_optimize( &$dba)



Parameters

   &$dba  
[ Top ]



dba_popen [line 91]

void dba_popen( &$dba)



Parameters

   &$dba  
[ Top ]



dba_replace [line 96]

void dba_replace( $key, $value, &$dba)



Parameters

   $key  
   $value  
   &$dba  
[ Top ]



dba_sync [line 101]

void dba_sync( &$dba)



Parameters

   &$dba  
[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:59:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.