PHP 클래스 Plank\Mediable\Helpers\File

저자: Sean Fraser ([email protected])
파일 보기 프로젝트 열기: plank/laravel-mediable 1 사용 예제들

공개 메소드들

메소드 설명
cleanDirname ( string $path ) : string Get the directory name of path, trimming unecessary . and / characters.
readableSize ( integer $bytes, integer $precision = 1 ) : string Generate a human readable bytecount string.

메소드 상세

cleanDirname() 공개 정적인 메소드

Get the directory name of path, trimming unecessary . and / characters.
public static cleanDirname ( string $path ) : string
$path string
리턴 string

readableSize() 공개 정적인 메소드

Generate a human readable bytecount string.
public static readableSize ( integer $bytes, integer $precision = 1 ) : string
$bytes integer
$precision integer
리턴 string