PHP 클래스 Spatie\MediaLibrary\Helpers\File

파일 보기 프로젝트 열기: spatie/laravel-medialibrary 1 사용 예제들

공개 메소드들

메소드 설명
getHumanReadableSize ( integer $sizeInBytes ) : string
getMimetype ( string $path ) : string * Get the mime type of a file.
renameInDirectory ( string $fileNameWithDirectory, string $newFileNameWithoutDirectory ) : string * Rename a file.

메소드 상세

getHumanReadableSize() 공개 정적인 메소드

public static getHumanReadableSize ( integer $sizeInBytes ) : string
$sizeInBytes integer
리턴 string

getMimetype() 공개 정적인 메소드

* Get the mime type of a file.
public static getMimetype ( string $path ) : string
$path string
리턴 string

renameInDirectory() 공개 정적인 메소드

* Rename a file.
public static renameInDirectory ( string $fileNameWithDirectory, string $newFileNameWithoutDirectory ) : string
$fileNameWithDirectory string
$newFileNameWithoutDirectory string
리턴 string