PHP 클래스 Acacha\Llum\Filesystem\Filesystem

파일 보기 프로젝트 열기: acacha/llum 1 사용 예제들

공개 메소드들

메소드 설명
get ( $file ) Get file contents
make ( $file, $content ) Create file with provided content if not exists.
overwrite ( $file, $content ) Overwrite file with provided content.

보호된 메소드들

메소드 설명
put ( $file, $content ) : integer Put content in file.

메소드 상세

get() 공개 메소드

Get file contents
public get ( $file )

make() 공개 메소드

Create file with provided content if not exists.
public make ( $file, $content )
$file
$content

overwrite() 공개 메소드

Overwrite file with provided content.
public overwrite ( $file, $content )
$file
$content

put() 보호된 메소드

Put content in file.
protected put ( $file, $content ) : integer
$file
$content
리턴 integer