PHP 클래스 Amranidev\ScaffoldInterface\Filesystem\Filesystem

저자: Amrani Houssian ([email protected])
파일 보기 프로젝트 열기: amranidev/scaffold-interface

공개 메소드들

메소드 설명
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.

메소드 상세

append() 공개 메소드

File append.
public append ( strign $path, string $content ) : integer
$path strign
$content string
리턴 integer

exists() 공개 메소드

Determine if file is already exists.
public exists ( $file ) : boolean
$file
리턴 boolean

make() 공개 메소드

Make a file.
public make ( $file, $content ) : integer
$file
$content
리턴 integer

makeDir() 공개 메소드

Make directory.
public makeDir ( string $path ) : void
$path string
리턴 void