PHP Class yupe\helpers\YFile

Inheritance: extends CFileHelpe\CFileHelper
Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

Méthode Description
checkPath ( $path, integer $rights = 511, boolean $recursive = true ) : boolean
cpFile ( $from, $to ) : boolean
getTranslatedName ( $word ) : mixed | string
pathIsWritable ( $name, $ext, $path ) : boolean | string
rmDir ( $path ) : boolean Рекрусивное удаление директорий.
rmFile ( $file ) : boolean
rmIfExists ( $file ) : boolean

Method Details

checkPath() public static méthode

public static checkPath ( $path, integer $rights = 511, boolean $recursive = true ) : boolean
$path
$rights integer
$recursive boolean
Résultat boolean

cpFile() public static méthode

Since: 0.8
public static cpFile ( $from, $to ) : boolean
$from
$to
Résultat boolean

getTranslatedName() public static méthode

public static getTranslatedName ( $word ) : mixed | string
$word
Résultat mixed | string

pathIsWritable() public static méthode

public static pathIsWritable ( $name, $ext, $path ) : boolean | string
$name
$ext
$path
Résultat boolean | string

rmDir() public static méthode

Рекрусивное удаление директорий.
Since: 0.5
public static rmDir ( $path ) : boolean
$path Если $path оканчивается на *, то удаляется только содержимое директории.
Résultat boolean

rmFile() public static méthode

Since: 0.8
public static rmFile ( $file ) : boolean
$file
Résultat boolean

rmIfExists() public static méthode

public static rmIfExists ( $file ) : boolean
$file
Résultat boolean