Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Acacha
Llum
Traits
TouchSqliteFile
PHP Trait Acacha\Llum\Traits\TouchSqliteFile
Mostrar archivo
Open project: acacha/llum
Protected Methods
Method
Description
touchFile
(
string
$file
)
Touch a file.
touchSqliteFile
(
string
$file
= 'database/database.sqlite' )
Touch sqlite database file.
Method Details
touchFile()
protected
method
Touch a file.
protected
touchFile
(
string
$file
)
$file
string
touchSqliteFile()
protected
method
Touch sqlite database file.
protected
touchSqliteFile
(
string
$file
= 'database/database.sqlite' )
$file
string