PHP Class XPSPL\Database

A database is a storage mechanism for arbitrary data. .. warning:: Judy is currently being experimented as a storage mechanism for performance improvements. To disable Judy support declare XPSPL_JUDY_SUPPORT false, otherwise support will be used if Judy is installed and enabled on the PHP installation.
Inheritance: extends Storage
Afficher le fichier Open project: prggmr/xpspl

Méthodes publiques

Méthode Description
__construct ( ) : void Constructs a new Database.
__toString ( ) : string Return a string representation of this database.
end ( ) : Node Access the last node in the database.
free ( ) Frees the database.

Method Details

__construct() public méthode

Constructs a new Database.
public __construct ( ) : void
Résultat void

__toString() public méthode

Return a string representation of this database.
public __toString ( ) : string
Résultat string

end() public méthode

Access the last node in the database.
public end ( ) : Node
Résultat Node at end of database

free() public méthode

Frees the database.
public free ( )