PHP 클래스 Phpro\SoapClient\Util\Filesystem

파일 보기 프로젝트 열기: phpro/soap-client 1 사용 예제들

공개 메소드들

메소드 설명
createBackup ( string $file )
dirextoryExists ( $directory ) : boolean
fileExists ( $file ) : boolean
getFileContents ( $path ) : string
putFileContents ( $path, $content )
removeBackup ( string $file )

메소드 상세

createBackup() 공개 메소드

public createBackup ( string $file )
$file string

dirextoryExists() 공개 메소드

public dirextoryExists ( $directory ) : boolean
$directory
리턴 boolean

fileExists() 공개 메소드

public fileExists ( $file ) : boolean
$file
리턴 boolean

getFileContents() 공개 메소드

public getFileContents ( $path ) : string
$path
리턴 string

putFileContents() 공개 메소드

public putFileContents ( $path, $content )
$path
$content

removeBackup() 공개 메소드

public removeBackup ( string $file )
$file string