PHP 클래스 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.
상속: extends Storage
파일 보기 프로젝트 열기: prggmr/xpspl

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Constructs a new Database.
public __construct ( ) : void
리턴 void

__toString() 공개 메소드

Return a string representation of this database.
public __toString ( ) : string
리턴 string

end() 공개 메소드

Access the last node in the database.
public end ( ) : Node
리턴 Node at end of database

free() 공개 메소드

Frees the database.
public free ( )