Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 439 Bytes

zend.validator.file.exclude-mime-type.rst

File metadata and controls

12 lines (8 loc) · 439 Bytes

ExcludeMimeType

Zend\Validator\File\ExcludeMimeType checks the MIME type of files. It will assert false when a given file has one the a defined MIME types.

This validator is inversely related to the MimeType validator <zend.validator.file.mime-type>.

Please refer to the MimeType validator <zend.validator.file.mime-type> for options and usage examples.