MediaWiki
REL1_24
|
Writer class which uses the DBA extension. More...
Public Member Functions | |
__construct ($fileName) | |
Create the object and open the file. | |
close () | |
Close the writer object. | |
set ($key, $value) | |
Set a key to a given value. |
Writer class which uses the DBA extension.
Definition at line 49 of file CdbDBA.php.
CdbWriterDBA::__construct | ( | $ | fileName | ) |
Create the object and open the file.
string | $fileName |
Reimplemented from CdbWriter.
Definition at line 50 of file CdbDBA.php.
Close the writer object.
You should call this function before the object goes out of scope, to write out the final hashtables.
Reimplemented from CdbWriter.
Definition at line 63 of file CdbDBA.php.
References CdbWriter\isWindows().
CdbWriterDBA::set | ( | $ | key, |
$ | value | ||
) |
Set a key to a given value.
The value will be converted to string.
string | $key | |
string | $value |
Reimplemented from CdbWriter.
Definition at line 59 of file CdbDBA.php.