클래스·함수 명세

FilenameFilter

Zittme\Framework\Filters\FilenameFilter 클래스의 공개 메서드 목록입니다. 이 문서는 Zittme 코어 소스에서 자동 생성되었습니다.

소스: common/framework/filters/FilenameFilter.php

공개 메서드

  • static function clean(string $filename)
  • Remove illegal and dangerous characters from a filename.
  • static function cleanPath(string $path)
  • Clean a path to remove ./, ../, trailing slashes, etc.
  • static function isDirectDownload(string $filename, bool $include_multimedia = true)
  • Check if a file has an extension that would allow direct download.