PHP Class Amranidev\ScaffoldInterface\Filesystem\Filesystem

Author: Amrani Houssian ([email protected])
Afficher le fichier Open project: amranidev/scaffold-interface

Méthodes publiques

Méthode Description
append ( strign $path, string $content ) : integer File append.
exists ( $file ) : boolean Determine if file is already exists.
make ( $file, $content ) : integer Make a file.
makeDir ( string $path ) : void Make directory.

Method Details

append() public méthode

File append.
public append ( strign $path, string $content ) : integer
$path strign
$content string
Résultat integer

exists() public méthode

Determine if file is already exists.
public exists ( $file ) : boolean
$file
Résultat boolean

make() public méthode

Make a file.
public make ( $file, $content ) : integer
$file
$content
Résultat integer

makeDir() public méthode

Make directory.
public makeDir ( string $path ) : void
$path string
Résultat void