PHP 클래스 Devise\Support\IO\FileDiff

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

공개 메소드들

메소드 설명
__construct ( File $File = null )
different ( string $target, string $source ) : array Gets the files that exist in both $target and $source and have different md5sums
missing ( string $target, string $source ) : array Gets the files that are inside of $target but missing from $source directory
unmodified ( string $target, string $source ) : array Returns all $target files that have not been overriden inside of $source directory

보호된 메소드들

메소드 설명
md5 ( [type] $dir ) : [type] [md5 description]

메소드 상세

__construct() 공개 메소드

public __construct ( File $File = null )
$File File

different() 공개 메소드

Gets the files that exist in both $target and $source and have different md5sums
public different ( string $target, string $source ) : array
$target string
$source string
리턴 array

md5() 보호된 메소드

[md5 description]
protected md5 ( [type] $dir ) : [type]
$dir [type]
리턴 [type]

missing() 공개 메소드

Gets the files that are inside of $target but missing from $source directory
public missing ( string $target, string $source ) : array
$target string
$source string
리턴 array

unmodified() 공개 메소드

Returns all $target files that have not been overriden inside of $source directory
public unmodified ( string $target, string $source ) : array
$target string
$source string
리턴 array