프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$config | Config class. | ||
$fileAccessMode | array | File access mode. | |
$name | string | Database name. |
메소드 | 설명 | |
---|---|---|
__construct ( string $name, |
Constructor. | |
closeFile ( SplFileObject &$file ) | Close the database file. | |
getConfig ( ) : |
Get the config. | |
getName ( ) : string | Get the database name. | |
getPath ( ) : string | Get the path to the database file. | |
openFile ( integer $mode ) : SplFileObject | Open the database file. | |
openTempFile ( ) : SplTempFileObject | Open a temporary file. | |
setConfig ( |
Set the config. | |
setName ( string $name ) | Set the database name. |
public __construct ( string $name, |
||
$name | string | |
$config |
public closeFile ( SplFileObject &$file ) | ||
$file | SplFileObject |
public openTempFile ( ) : SplTempFileObject | ||
리턴 | SplTempFileObject |