PHP Interface ManaPHP\FilesystemInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
dirCopy ( string $src, string $dst, boolean $overwrite = false ) : void
dirCreate ( string $dir, integer $mode = 493 ) : void
dirDelete ( string $file ) : void
dirExists ( string $file ) : boolean
dirMove ( string $src, string $dst, boolean $overwrite = false ) : void
directories ( string $dir ) : array
fileAppend ( string $file, string $content ) : void
fileCopy ( string $src, string $dst, boolean $overwrite = false ) : void
fileDelete ( string $file ) : void
fileExists ( string $file ) : boolean
fileGet ( string $file ) : string | false
fileMove ( string $src, string $dst, boolean $overwrite = false ) : void
filePut ( string $file, string $content ) : void
fileSize ( string $file ) : integer | false
files ( string $dir, string $pattern = null ) : array
glob ( string $pattern, integer $flags ) : array
scandir ( string $dir, integer $sorting_order = SCANDIR_SORT_ASCENDING ) : array

Method Details

dirCopy() public méthode

public dirCopy ( string $src, string $dst, boolean $overwrite = false ) : void
$src string
$dst string
$overwrite boolean
Résultat void

dirCreate() public méthode

public dirCreate ( string $dir, integer $mode = 493 ) : void
$dir string
$mode integer
Résultat void

dirDelete() public méthode

public dirDelete ( string $file ) : void
$file string
Résultat void

dirExists() public méthode

public dirExists ( string $file ) : boolean
$file string
Résultat boolean

dirMove() public méthode

public dirMove ( string $src, string $dst, boolean $overwrite = false ) : void
$src string
$dst string
$overwrite boolean
Résultat void

directories() public méthode

public directories ( string $dir ) : array
$dir string
Résultat array

fileAppend() public méthode

public fileAppend ( string $file, string $content ) : void
$file string
$content string
Résultat void

fileCopy() public méthode

public fileCopy ( string $src, string $dst, boolean $overwrite = false ) : void
$src string
$dst string
$overwrite boolean
Résultat void

fileDelete() public méthode

public fileDelete ( string $file ) : void
$file string
Résultat void

fileExists() public méthode

public fileExists ( string $file ) : boolean
$file string
Résultat boolean

fileGet() public méthode

public fileGet ( string $file ) : string | false
$file string
Résultat string | false

fileMove() public méthode

public fileMove ( string $src, string $dst, boolean $overwrite = false ) : void
$src string
$dst string
$overwrite boolean
Résultat void

filePut() public méthode

public filePut ( string $file, string $content ) : void
$file string
$content string
Résultat void

fileSize() public méthode

public fileSize ( string $file ) : integer | false
$file string
Résultat integer | false

files() public méthode

public files ( string $dir, string $pattern = null ) : array
$dir string
$pattern string
Résultat array

glob() public méthode

public glob ( string $pattern, integer $flags ) : array
$pattern string
$flags integer
Résultat array

scandir() public méthode

public scandir ( string $dir, integer $sorting_order = SCANDIR_SORT_ASCENDING ) : array
$dir string
$sorting_order integer
Résultat array