PHP 클래스 PHPDaemon\Utils\MIME

저자: Vasily Zorin ([email protected])
상속: use trait PHPDaemon\Traits\ClassWatchdog, use trait PHPDaemon\Traits\StaticObjectWatchdog
파일 보기 프로젝트 열기: kakserpom/phpdaemon 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fileTypes MIME types

공개 메소드들

메소드 설명
get ( string $path ) : string Returns MIME type of the given file

메소드 상세

get() 공개 정적인 메소드

Returns MIME type of the given file
public static get ( string $path ) : string
$path string Path
리턴 string MIME type

프로퍼티 상세

$fileTypes 보호되어 있는 정적으로 프로퍼티

MIME types
protected static $fileTypes