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

Latest commit

 

History

History
13 lines (8 loc) · 453 Bytes

zend.validator.file.exclude-extension.rst

File metadata and controls

13 lines (8 loc) · 453 Bytes

ExcludeExtension

Zend\Validator\File\ExcludeExtension checks the extension of files. It will assert false when a given file has one the a defined extensions.

This validator is inversely related to the Extension validator <zend.validator.file.extension>.

Please refer to the Extension validator <zend.validator.file.extension.options> for options and usage examples.