Dmyers\Storage\Adapter\Base::mime PHP 메소드

mime() 추상적인 공개 메소드

Get a file's mime type from storage.
abstract public mime ( string $path ) : string
$path string The path to the file to get the mime.
리턴 string
    public abstract function mime($path);