Go to the documentation of this file.
41 public static function open( $fileName ) {
53 if ( !function_exists(
'dba_handlers' ) ) {
56 $handlers = dba_handlers();
57 if ( !in_array(
'cdb', $handlers ) || !in_array(
'cdb_make', $handlers ) ) {
74 abstract public function close();
81 abstract public function get( $key );
114 public static function open( $fileName ) {
132 abstract public function set( $key,
$value );
138 abstract public function close();
144 if ( isset( $this->handle ) ) {
153 return substr( php_uname(), 0, 7 ) ==
'Windows';
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Writer class which uses the DBA extension.
__construct( $fileName)
Create the object and open the file.
__construct( $fileName)
Create the object and open the file.
static haveExtension()
Returns true if the native extension is available.
static open( $fileName)
Open a writer and return a subclass instance.
close()
Close the writer object.
string $tmpFileName
File we write to temporarily until we're done.
Reader class which uses the DBA extension.
isWindows()
Are we running on Windows?
static open( $fileName)
Open a file and return a subclass instance.
Exception for Cdb errors.
string $realFileName
File we'll be writing to when we're done.
__destruct()
If the object goes out of scope, close it for sanity.